[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml styles for Ul and OL in the Feature's blurb

Denis Mishunov denis.mishunoff at gmail.com
Mon Feb 4 04:14:39 EST 2008


Log message for revision 83491:
  styles for Ul and OL in the Feature's blurb

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-04 08:37:21 UTC (rev 83490)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-04 09:14:38 UTC (rev 83491)
@@ -79,13 +79,24 @@
     padding: 2em 0 2em 250px;
 }
 
+#feature-blurb ul,
+#feature-blurb ol {
+    margin: 0;
+}
+
+#feature-blurb ul li,
+#feature-blurb ol li {
+    list-style-position: inside;
+    margin-bottom: 0;
+}
+
 #portal-header-divider {
     clear: left;
     background: &dtml-globalBackgroundColor; url('&dtml-portal_url;/light_grey_horizontal.png') top left repeat-x;
     border: 1px solid &dtml-globalBorderColor;;
     border-style: solid none;
     text-align: center;
-    padding: 1.5em 0 1em;
+    padding: 1.5em 0 0.75em;
 }
 #portal-header-divider table {
     text-align: left;



More information about the Checkins mailing list