[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml fix padding for navigation. breaks with plone 3.1.7

Timo Stollenwerk timo at zmag.de
Fri Sep 18 05:21:10 EDT 2009


Log message for revision 104280:
  fix padding for navigation. breaks with plone 3.1.7

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2009-09-18 09:20:36 UTC (rev 104279)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2009-09-18 09:21:10 UTC (rev 104280)
@@ -58,6 +58,10 @@
 	padding-left: 10px;
 }
 
+#navTree {
+	padding: 0;
+}
+
 #portal-column-content {
 	padding: 1.25em 1.5em 0 1.5em;
 }
@@ -147,7 +151,7 @@
 }
 
 .documentContent tt {
-	font-size: 120%;    
+	font-size: 120%;
 }
 
 .documentContent ul {
@@ -168,7 +172,7 @@
 
 .documentContent ol li {
 	margin: 0 50px 1em 0;
-	padding: 0;    
+	padding: 0;
 }
 
 .documentContent a:link {
@@ -607,7 +611,7 @@
         font-weight: bold;
         font-size: 120%;
         padding: 0.5em 1em 0.5em 1em;
-        white-space: nowrap;   
+        white-space: nowrap;
 }
 
 table.listing td.top {
@@ -739,9 +743,9 @@
     margin-left: 1em;
 }
 
-/* 
+/*
   -------------------------
-  ReStructured Text Classes 
+  ReStructured Text Classes
   -------------------------
 */
 /*
@@ -749,11 +753,11 @@
   ------------------------------------------
 */
 .docinfo {} /* Table that contains docinfos */
-.docinfo-name {} /* Table-headomg cell that contains a meta field 
+.docinfo-name {} /* Table-headomg cell that contains a meta field
                     description */
 
-/* 
-  Directives, i.e. divs with an included text-block 
+/*
+  Directives, i.e. divs with an included text-block
   -------------------------------------------------
 */
 .desc-function {
@@ -770,7 +774,7 @@
 
 /*
   seealso, versionchanged, versionadded and deprecated are admonitions, whose
-  first line (i.e. the heading text like 'Changed in version 0.11:') is 
+  first line (i.e. the heading text like 'Changed in version 0.11:') is
   attributed with class 'admonition-title'.
 
   Furthermore the first line has class 'first' and the last line 'last'.
@@ -806,7 +810,7 @@
 */
 
 /* All role terms are (additionally) attributed 'role' */
-.role {} 
+.role {}
 
 .role-data {}
 .role-exc {}
@@ -827,8 +831,8 @@
 .role-file {}
 .role-samp {}
 
-/* 
-  Misc. ReStructured Text classes 
+/*
+  Misc. ReStructured Text classes
   -------------------------------
 */
 div.highlight {} /* Source code block with inline CSS */



More information about the checkins mailing list