[Zope3-checkins] CVS: Zope3/doc/style - rest.css:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri Aug 29 00:25:24 EDT 2003
Update of /cvs-repository/Zope3/doc/style
In directory cvs.zope.org:/tmp/cvs-serv8870
Modified Files:
rest.css
Log Message:
- add a Zope 3 logo, since we want it to be obvious what we're looking
at ;-)
- adjust a few font sizes to be more reasonable
=== Zope3/doc/style/rest.css 1.2 => 1.3 ===
--- Zope3/doc/style/rest.css:1.2 Thu Aug 28 21:00:56 2003
+++ Zope3/doc/style/rest.css Thu Aug 28 23:25:23 2003
@@ -14,6 +14,12 @@
margin-bottom: 1em;
padding: 0px; }
+h1.title {
+ background-image: url("zope3logo.gif");
+ background-repeat: no-repeat;
+ font-size: 150%;
+ min-height: 42px; }
+
div.section {
margin-left: 4em;
margin-right: 1em;
@@ -38,11 +44,11 @@
h1 {
font-family: sans-serif;
- font-size: 150%; }
+ font-size: 135%; }
h2 {
font-family: sans-serif;
- font-size: 130%; }
+ font-size: 120%; }
h3 {
font-family: sans-serif;
More information about the Zope3-Checkins
mailing list