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

Fred L. Drake, Jr. fred at zope.com
Fri Aug 29 00:50:33 EDT 2003


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

Modified Files:
	rest.css 
Log Message:
make top-level section titles stand out a little more, mostly for the
benefit of low-contrast monitors


=== Zope3/doc/style/rest.css 1.3 => 1.4 ===
--- Zope3/doc/style/rest.css:1.3	Thu Aug 28 23:25:23 2003
+++ Zope3/doc/style/rest.css	Thu Aug 28 23:50:32 2003
@@ -28,7 +28,10 @@
 div.section h1 {
   background-color: rgb(230,230,230);
   margin-left: -2em;
-  padding: 0.2em; }
+  padding: 0.2em;
+  /* This grey underline make this more visually distinctive on LCD
+     monitors, which often don't have enough contrast. */
+  border-bottom: thin solid rgb(180,180,180); }
 
 div.section div.section div.section {
   margin-left: 2em; }




More information about the Zope3-Checkins mailing list