[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/ some more styles' updates for paddings in columns

Denis Mishunov denis.mishunoff at gmail.com
Sun Feb 3 17:57:00 EST 2008


Log message for revision 83474:
  some more styles' updates for paddings in columns

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.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-03 22:49:50 UTC (rev 83473)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 22:56:59 UTC (rev 83474)
@@ -125,7 +125,7 @@
     color: &dtml-contentViewFontColor;;
 }
 .documentEditable .documentContent {
-    padding: 1em 0em 2em;
+    padding: 1em 2.7em 2em;
     border-style: none;
 }
 

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 22:49:50 UTC (rev 83473)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 22:56:59 UTC (rev 83474)
@@ -12,10 +12,10 @@
 /* Padding for the columns */
 
 #portal-column-one .visualPadding {
-    padding: 2.7em;
+    padding: 2.7em 0 2.7em 2.7em;
 }
 #portal-column-two .visualPadding {
-    padding: 2.7em;
+    padding: 2.7em 2.7em 2.7em 0;
 }
 
 /* Content area */
@@ -34,11 +34,9 @@
 
 .documentContent {
     font-size: 110%;
-    padding: 2.7em 0em;
+    padding: 2.7em;
 }
-#content {
-    padding: 0 2.7em;
-}
+
 .documentContent ul {
     list-style-image: url(&dtml-portal_url;/bullet.gif);
     list-style-type: square;



More information about the Checkins mailing list