[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Add CSS for restructured-text generated tables so that they no longer look like the dog's breakfast.

Kevin Teague kevin at bud.ca
Sat Feb 2 19:24:33 EST 2008


Log message for revision 83431:
  Add CSS for restructured-text generated tables so that they no longer look like the dog's breakfast.

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-02-02 21:06:23 UTC (rev 83430)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-02-03 00:24:33 UTC (rev 83431)
@@ -646,6 +646,46 @@
 }
 
 
+/* restructured-text generated table */
+
+table.docutils {
+    border-collapse: collapse;
+    border: 2px solid #999999;
+    margin: 1em 0em 1em 0em;
+    clear: both;
+}
+
+table.docutils th {
+    background: #cccccc;
+    border-top: 1px solid White;
+    border-bottom: 1px solid #555555;
+    border-left: 1px solid White;
+    border-right: 1px solid White;
+    color: #333333;
+    font-size: 0.9em;
+    padding: 0.2em 1em 0.2em 1em;
+    white-space: nowrap;
+}
+
+table.docutils td {
+    border-left: 1px solid #cccccc;
+    border-right: 1px solid #cccccc;
+    padding: 0.2em 1em;
+    text-align: left;
+}
+
+table.docutils ul {
+    color: #333333;
+    margin: 0;
+    padding: 0;
+}
+
+table.docutils li {
+    padding: 0;
+    margin: 0 0 0.25em 0;
+    list-style-type: none;
+}
+
 /* Plone Help Center */
 
 .poweredBy {



More information about the Checkins mailing list