From 40b858306b1a409af7e8724fa4b7ddc5e5e01558 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 11 Jul 2014 12:36:27 +1000 Subject: [PATCH] Make all taxons sentence case. ALl of them! for reals yo. --- .../stylesheets/darkswarm/active_table_search.css.sass | 7 ++++--- app/assets/stylesheets/darkswarm/taxons.css.sass | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/active_table_search.css.sass b/app/assets/stylesheets/darkswarm/active_table_search.css.sass index 8bb131e9a9..5b36c0da1f 100644 --- a/app/assets/stylesheets/darkswarm/active_table_search.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table_search.css.sass @@ -11,12 +11,12 @@ .row.filter-box:first-child border-top: 1px solid $clr-brick -.filter-box - background: rgba(255,255,255,0.65) - products .filter-box background: #f7f7f7 +.filter-box + background: rgba(255,255,255,0.65) + .tdhead padding: 0.25rem 0.5rem margin-top: 0.9rem @@ -48,6 +48,7 @@ products .filter-box @include csstrans display: table table-layout: fixed + text-transform: capitalize overflow: visible // width: 100% // height: 2rem diff --git a/app/assets/stylesheets/darkswarm/taxons.css.sass b/app/assets/stylesheets/darkswarm/taxons.css.sass index 160d2ce002..32ba3aba1b 100644 --- a/app/assets/stylesheets/darkswarm/taxons.css.sass +++ b/app/assets/stylesheets/darkswarm/taxons.css.sass @@ -6,7 +6,7 @@ line-height: 1 margin-right: 0.5rem margin-bottom: 0.35rem - text-transform: uppercase + text-transform: capitalize font-weight: 300 font-size: 0.875rem background: rgba(235,235,235,0.5)