Author: david
Date: Wed Nov 2 14:28:25 2011
New Revision: 10250
Log:
Use normal font-weight for list item labels
Modified:
trunk/css/classic.css
Modified: trunk/css/classic.css
==============================================================================
--- trunk/css/classic.css Wed Nov 2 14:25:28 2011 (r10249)
+++ trunk/css/classic.css Wed Nov 2 14:28:25 2011 (r10250)
@@ -900,6 +900,12 @@
background: none;
margin: 0;
display: inline;
+}
+
+ul li label,
+ul.inline li label,
+.form-item li label
+{
font-weight: normal;
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.