Merge pull request #2606 from awesomerobot/master

removing text-transforms (interferes with translation)
This commit is contained in:
Sam 2014-07-30 14:05:19 +10:00
commit 958e3faf94
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -210,7 +210,6 @@ body {
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
// this removes the unwanted top margin on a paragraph under a heading
@ -703,4 +702,4 @@ table [class*=span] {
&.info:hover td {
background-color: #c4e3f3;
}
}
}