diff doc/style/edgewall.css @ 236:7fb269e7da81 trunk

Fix title on index page of HTML docs.
author cmlenz
date Tue, 12 Sep 2006 15:53:26 +0000
parents 41107d1ba1c8
children 2682dabbcd04
line wrap: on
line diff
--- a/doc/style/edgewall.css
+++ b/doc/style/edgewall.css
@@ -29,9 +29,12 @@
   border-left: 1px solid #000; margin: 0 auto 0 80px;
   min-height: 100%; width: 54em; padding: 0 180px 1px 20px;
 }
-h1.title { background: url(vertbars.png) repeat-x; color: #666;
-  font-size: x-large; margin: 0 -20px 1em; padding: 2em 20px 0;
+h1.title, div.document#genshi h1 { color: #666; font-size: x-large;
+  margin: 0 -20px 1em; padding: 2em 20px 0;
 }
+h1.title { background: url(vertbars.png) repeat-x; }
+div.document#genshi h1.title { text-indent: -4000px; }
+div.document#genshi h1 { text-align: center; }
 pre.literal-block { background: #f7f7f7; border: 1px solid #d7d7d7;
   margin: 1em 0; padding: .25em; overflow: auto;
 }
@@ -47,5 +50,3 @@
 div.contents :link:hover, div.contents :visited:hover { background: #000;
   color: #fff;
 }
-
-img.logo { margin-top: 4.5em; }
Copyright (C) 2012-2017 Edgewall Software