Make all taxons sentence case. ALl of them! for reals yo.

This commit is contained in:
summerscope
2014-07-11 12:36:27 +10:00
parent 88b1b8b104
commit 40b858306b
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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)