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

Fred L. Drake, Jr. fred at zope.com
Fri Aug 29 01:14:01 EDT 2003


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

Modified Files:
	rest.css 
Log Message:
played with the fonts a bit more; looks better for me, but should be
checked in browsers other than just Mozilla 1.5b


=== Zope3/doc/style/rest.css 1.4 => 1.5 ===
--- Zope3/doc/style/rest.css:1.4	Thu Aug 28 23:50:32 2003
+++ Zope3/doc/style/rest.css	Fri Aug 29 00:14:00 2003
@@ -74,13 +74,14 @@
   width: 75%; }
 
 .literal .pre {
-  background-color: rgb(230,230,230);
-  font-family: sans-serif;
-  font-size: 95%; }
+  background-color: white;
+  font-family: lucidatypewriter, "lucida typewriter", sans-serif; }
 
 .literal-block {
   border: thin solid rgb(180,180,180);
-  padding: 0.3em; }
+  font-family: lucidatypewriter, "lucida typewriter", monospace;
+  font-size: 80%;
+  padding: 0.5em; }
 
 table.table {
   margin-left: 2em;




More information about the Zope3-Checkins mailing list