Color tweak for the formtastic labels.

This commit is contained in:
Eric Davis
2010-06-21 13:23:39 -07:00
parent 98733ff905
commit c09d70b9cf
+1 -1
View File
@@ -12,6 +12,6 @@ html>body .tabular li {overflow:hidden;}
.tabular .inline-hints { color:#666; margin:0.5em 0 0 0; padding: 0px; display: inline; }
.tabular li.required label { color: #000000; }
.tabular li.required label { color: #484848; }
.tabular li.required label span.required {color: #bb0000;}