From: Christopher Lenz Date: Wed, 6 Jun 2007 20:52:32 +0000 (+0000) Subject: Fix copy&paste error in documentation stylesheet. X-Git-Tag: 1.0~584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d664af03eed9e3751bd40fe9e468522776198e60;p=thirdparty%2Fbabel.git Fix copy&paste error in documentation stylesheet. --- diff --git a/doc/style/edgewall.css b/doc/style/edgewall.css index 0527a6c7..4d6527bf 100644 --- a/doc/style/edgewall.css +++ b/doc/style/edgewall.css @@ -40,12 +40,12 @@ div.document { background: #fff url(shadow.gif) right top repeat-y; 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;