removing text-transforms (interferes with translation)

This commit is contained in:
Kris Aubuchon 2014-07-29 23:48:41 -04:00
parent f29a761445
commit 3d41ee5f9a
2 changed files with 1 additions and 3 deletions

View File

@ -331,7 +331,6 @@ a.star {
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
line-height: 15px; line-height: 15px;
text-transform: lowercase;
} }
p, p,

View File

@ -210,7 +210,6 @@ body {
h6 { h6 {
font-size: 11px; font-size: 11px;
color: #999999; color: #999999;
text-transform: uppercase;
} }
// this removes the unwanted top margin on a paragraph under a heading // this removes the unwanted top margin on a paragraph under a heading