# HG changeset patch # User cmlenz # Date 1181163152 0 # Node ID eb422d74d749438961644c469804a7398168f6f5 # Parent 818646bcd90bb9c0b41426a3ed68a39a6bc7470c Fix copy&paste error in documentation stylesheet. diff --git a/doc/style/edgewall.css b/doc/style/edgewall.css --- a/doc/style/edgewall.css +++ b/doc/style/edgewall.css @@ -40,12 +40,12 @@ border-left: 1px solid #000; margin: 0 auto 0 40px; min-height: 100%; width: 54em; padding: 0 180px 1px 20px; } -h1.title, div.document#genshi h1 { border: none; color: #666; +h1.title, div.document#babel h1 { border: none; 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; } +div.document#babel h1.title { text-indent: -4000px; } +div.document#babel h1 { text-align: center; } pre.literal-block, div.highlight pre { background: #f4f4f4; border: 1px solid #e6e6e6; color: #000; margin: 1em 1em; padding: .25em; overflow: auto;