Author: david
Date: Tue Sep 27 18:35:54 2011
New Revision: 9864
Log:
Remove extra whitespace around lists (ul, ol) within div.field elements
Modified:
trunk/plugins/sfCaribouPlugin/css/style.css
Modified: trunk/plugins/sfCaribouPlugin/css/style.css
==============================================================================
--- trunk/plugins/sfCaribouPlugin/css/style.css Tue Sep 27 18:25:41 2011
(r9863)
+++ trunk/plugins/sfCaribouPlugin/css/style.css Tue Sep 27 18:35:54 2011
(r9864)
@@ -324,3 +324,15 @@
float: left;
margin: 0 1px;
}
+
+.field ul,
+.field ol
+{
+ margin: 0;
+}
+
+.field ul li,
+.field ol li
+{
+ margin: 0;
+}
--
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.