[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml CSS for the line numbers

Kevin Teague kevin at bud.ca
Fri Jan 18 01:58:53 EST 2008


Log message for revision 82940:
  CSS for the line numbers

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-18 06:29:11 UTC (rev 82939)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-18 06:58:53 UTC (rev 82940)
@@ -5,13 +5,22 @@
 
 body {
 	font-family: verdana;
-	font-size: 95%;
+	font-size: 85%;
 }
 
 a img {
 	border: none;
 }
 
+table {
+    border-collapse: collapse;
+}
+
+td {
+    margin: 0;
+    padding: 0;
+}
+
 /* TODO: we stamp out some of the effects of this later */
 /* we should make this specific to just those elements that need it? */
 dd {
@@ -198,6 +207,10 @@
     margin: 0em 1em 1em 1em;
 }
 
+.documentContent .linenos {
+    color: #CC9900;
+}
+
 /* Document Actions */
 
 .documentActions {
@@ -512,7 +525,6 @@
 
 .documentEditable .documentContent {
     padding: 1em;
-    font-size: 80%;
 }
 
 .contentActions {



More information about the Checkins mailing list