Capitalized group names in fancy-settings.

This commit is contained in:
Kerrick Long
2011-07-19 18:09:12 -05:00
parent 73138a2392
commit 5ef35e9ee1
+3
View File
@@ -14,3 +14,6 @@ textarea {
.setting.label.checkbox {
color: #666;
}
.setting.group-name {
text-transform: capitalize;
}