[Zope3-checkins] CVS: Zope3/doc/style - rest.css:1.2

Fred L. Drake, Jr. fred at zope.com
Thu Aug 28 22:00:57 EDT 2003


Update of /cvs-repository/Zope3/doc/style
In directory cvs.zope.org:/tmp/cvs-serv18028

Modified Files:
	rest.css 
Log Message:
clean up some details of "the look"


=== Zope3/doc/style/rest.css 1.1 => 1.2 ===
--- Zope3/doc/style/rest.css:1.1	Thu Aug 28 18:52:35 2003
+++ Zope3/doc/style/rest.css	Thu Aug 28 21:00:56 2003
@@ -64,9 +64,21 @@
 hr {
   width: 75%; }
 
+.literal .pre {
+  background-color: rgb(230,230,230);
+  font-family: sans-serif;
+  font-size: 95%; }
+
 .literal-block {
   border: thin solid rgb(180,180,180);
   padding: 0.3em; }
+
+table.table {
+  margin-left: 2em;
+  margin-right: 2em; }
+
+table.table thead {
+  background-color: rgb(230,230,230); }
 
 /* docutils uses the "option" class with both "col" and "span"
    elements, so we have to be explicit here */




More information about the Zope3-Checkins mailing list