[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/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 15:35:39 EDT 2004


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


Changed:
  U   Zope3/branches/ZopeX3-3.0/doc/style/rest.css


-=-
Modified: Zope3/branches/ZopeX3-3.0/doc/style/rest.css
===================================================================
--- Zope3/branches/ZopeX3-3.0/doc/style/rest.css	2004-07-16 19:28:56 UTC (rev 26589)
+++ Zope3/branches/ZopeX3-3.0/doc/style/rest.css	2004-07-16 19:35:39 UTC (rev 26590)
@@ -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