[Zope3-checkins] CVS: Products3/z3checkins - message.pt:1.7
Marius Gedminas
marius at pov.lt
Wed Sep 17 10:12:50 EDT 2003
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv4106
Modified Files:
message.pt
Log Message:
Bold font does not appear to be bold in Mozilla, so make it blue as well
=== Products3/z3checkins/message.pt 1.6 => 1.7 ===
--- Products3/z3checkins/message.pt:1.6 Tue Sep 9 18:16:33 2003
+++ Products3/z3checkins/message.pt Wed Sep 17 10:12:50 2003
@@ -14,7 +14,7 @@
.headers { margin-bottom: 2em; }
.headers p { margin: 0ex; text-indent: -6em; padding-left: 6em;
font-family: monospace; }
- .header { font-weight: bold; }
+ .header { font-weight: bold; color: blue; }
div.body > pre { margin: 0ex; }
div.log { border: 1px solid gray; padding: 0.5ex;
margin-top: 0.5ex; margin-bottom: 2em; }
More information about the Zope3-Checkins
mailing list