[svnbook commit] r1303 - trunk/src/en/book

cmpilato svnbook-dev at red-bean.com
Tue May 17 13:12:49 CDT 2005


Author: cmpilato
Date: Tue May 17 13:12:48 2005
New Revision: 1303

Modified:
   trunk/src/en/book/styles.css
Log:
Stylesheet tweak.  Again.  One day I'll be happy, I swear.

Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Tue May 17 13:12:48 2005
@@ -112,19 +112,28 @@
 
 .table table
 {
-    border: 1px rgb(180,180,180) solid;
-    border-spacing: 0px;
+    border-width: 1px;
+    border-style: solid;
+    border-color: black;
+    border-spacing: 0;
+    background: rgb(240,240,240);
 }
 
 .table td
 {
-    border: 1px rgb(180,180,180) solid;
+    border: none;
+    border-right: 1px black solid;
+    border-bottom: 1px black solid;
+    padding: 2px;
 }
 
 .table th
 {
     background: rgb(180,180,180);
-    border: 1px rgb(180,180,180) solid;
+    border: none;
+    border-right: 1px black solid;
+    border-bottom: 1px black solid;
+    padding: 2px;
 }
 
 .table p.title, .figure p.title, .example p.title
@@ -143,16 +152,28 @@
 
 .sidebar 
 {
-    border: solid 2px rgb(180,180,180);
-    padding: 0.12in;
-    margin: 1em 0.5in;
+    border-top: dotted 1px black;
+    border-left: dotted 1px black;
+    border-right: solid 2px black;
+    border-bottom: solid 2px black;
+    background: rgb(240,220,170);
+    padding: 0 0.12in;
+    margin: 0.5in;
+}
+
+.note .programlisting, .note .screen, 
+.tip .programlisting, .tip .screen, 
+.warning .programlisting, .warning .screen, 
+.sidebar .programlisting, .sidebar .screen
+{
+    border: none;
+    background: none;
 }
 
 .sidebar p.title
 {
     text-align: center;
     font-size: 125%;
-    background: rgb(180,180,180);
 }
 
 .note
@@ -181,9 +202,6 @@
 
 .programlisting, .screen
 {
-    font-family: courier new,courier,fixed;
-    font-style: normal;
-    font-weight: normal;
     font-size: 90%;
     color: black;
     margin: 1em 0.5in;



More information about the svnbook-dev mailing list