[Zope3-checkins] SVN: Zope3/trunk/doc/style/rest.css minor style adjustment to keep the conventional behavior of <dt>

Fred L. Drake, Jr. fred at zope.com
Fri Jul 16 17:15:59 EDT 2004


Log message for revision 26601:
  minor style adjustment to keep the conventional behavior of <dt>


Changed:
  U   Zope3/trunk/doc/style/rest.css


-=-
Modified: Zope3/trunk/doc/style/rest.css
===================================================================
--- Zope3/trunk/doc/style/rest.css	2004-07-16 21:14:43 UTC (rev 26600)
+++ Zope3/trunk/doc/style/rest.css	2004-07-16 21:15:59 UTC (rev 26601)
@@ -83,6 +83,9 @@
 table.table thead {
   background-color: rgb(230,230,230); }
 
+dt {
+  font-weight: bold; }
+
 /* docutils uses the "option" class with both "col" and "span"
    elements, so we have to be explicit here */
 .option-list span.option {



More information about the Zope3-Checkins mailing list