Author: jablko
Date: Fri Oct 22 16:19:28 2010
New Revision: 8389
Log:
Update nested .field CSS
Modified:
trunk/plugins/sfClassicPlugin/css/main.css
Modified: trunk/plugins/sfClassicPlugin/css/main.css
==============================================================================
--- trunk/plugins/sfClassicPlugin/css/main.css Fri Oct 22 16:04:43 2010
(r8388)
+++ trunk/plugins/sfClassicPlugin/css/main.css Fri Oct 22 16:19:28 2010
(r8389)
@@ -233,12 +233,27 @@
background: transparent;
}
-.field .field > h3:after,
-.search .field > h3:after
+.field .field > div,
+.search .field > div
{
- content: ':';
+ /* Reset .field */
+
+ margin: 0;
+}
+
+.field .field > h3,
+.search .field > h3
+{
+ /* Reset .field */
+
+ float: none;
+ margin: 0;
+ padding: 0;
+ text-align: left;
+ width: auto;
}
+
/* Hyperlinked headings, repository contact information is one example of
* hyperlinked field heading */
--
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.