[Jifty-commit] r5906 - in jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Thu Oct 9 19:01:05 EDT 2008


Author: alexmv
Date: Thu Oct  9 19:01:04 2008
New Revision: 5906

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/css/forms.css

Log:
 r38080 at kohr-ah:  chmrr | 2008-10-09 18:52:13 -0400
  * Anything which declares itself to be a label is good enough, not just <label>s


Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Thu Oct  9 19:01:04 2008
@@ -206,7 +206,7 @@
     color: #666;
 }
 
-form div.mandatory label {
+form div.mandatory .label {
     font-weight: bold;
 }
 


More information about the Jifty-commit mailing list