[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml tweaks to CSS for ReST directives

Kevin Teague kevin at bud.ca
Mon Jan 14 10:15:11 EST 2008


Log message for revision 82870:
  tweaks to CSS for ReST directives

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	2008-01-14 14:20:41 UTC (rev 82869)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-14 15:15:11 UTC (rev 82870)
@@ -93,6 +93,12 @@
 	color: #555555;
 }
 
+.documentContent h4 {
+	font-family: verdana;
+	font-size: 110%;
+	color: #555555;
+}
+
 .documentContent .documentDescription {
 
 }
@@ -630,6 +636,26 @@
   font-size: medium;
 }
 
+.desc-function {
+    margin-left: 2em;
+}
+
+.seealso {
+    background-color: #efffee;
+    border-top: 1px solid #f1f1f1;
+    border-bottom: 1px solid #f1f1f1;
+    padding: 0.25em 1em;
+}
+
+.versionchanged {
+    background-color: #ffffdd;
+    border: 1px solid #f1f1f1;
+    margin-top: 1em;
+    margin-left: 1em;
+    padding-left: 0.5em;
+    padding-right: 0.5em;
+}
+
 /* Previous/Next links */
 
 .listingBar {
@@ -647,28 +673,4 @@
     margin-left: 1em;
 }
 
-.desc-function {
-    margin-left: 3em;
-    line-height: 1.1em;
-}
-
-.seealso {
-    background-color: #efffee;
-    border: 1px solid #f1f1f1;
-    margin-left: 1em;
-    padding-left: 0.5em;
-    padding-right: 0.5em;
-    line-height: 1.1em;
-}
-
-.versionchanged {
-    background-color: #ffffdd;
-    border: 1px solid #f1f1f1;
-    margin-top: 1em;
-    margin-left: 1em;
-    padding-left: 0.5em;
-    padding-right: 0.5em;
-    line-height: 1.1em;
-}
-
 /* </dtml-with> (please do not molest the dtml) */



More information about the Checkins mailing list