[Zope3-checkins] CVS: Zope3/doc/style - rest.css:1.6
Fred L. Drake, Jr.
fred at zope.com
Tue Sep 30 16:57:27 EDT 2003
Update of /cvs-repository/Zope3/doc/style
In directory cvs.zope.org:/tmp/cvs-serv15812
Modified Files:
rest.css
Log Message:
- simplify
- bring the Zope 3 logo as far to the top left as possible without
cutting off any of the non-white pixels
=== Zope3/doc/style/rest.css 1.5 => 1.6 ===
--- Zope3/doc/style/rest.css:1.5 Fri Aug 29 00:14:00 2003
+++ Zope3/doc/style/rest.css Tue Sep 30 16:57:26 2003
@@ -10,20 +10,18 @@
@import url(default.css);
body {
- margin: 0px;
- margin-bottom: 1em;
+ margin: 0px 1em 1em 4em;
padding: 0px; }
h1.title {
background-image: url("zope3logo.gif");
+ background-position: -6px -4px;
background-repeat: no-repeat;
font-size: 150%;
min-height: 42px; }
div.section {
- margin-left: 4em;
- margin-right: 1em;
- margin-bottom: 1.5em; }
+ margin: 0px 0px 1.5em 0px; }
div.section h1 {
background-color: rgb(230,230,230);
@@ -33,17 +31,9 @@
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; }
-
div.section div.section div.section h3 {
margin-left: -1.9em;
margin-bottom: -0.5em; }
-
-div.section div.section {
- margin-left: 0em;
- margin-right: 0em;
- margin-top: 1.5em; }
h1 {
font-family: sans-serif;
More information about the Zope3-Checkins
mailing list