]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix copy&paste error in documentation stylesheet.
authorChristopher Lenz <cmlenz@gmail.com>
Wed, 6 Jun 2007 20:52:32 +0000 (20:52 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Wed, 6 Jun 2007 20:52:32 +0000 (20:52 +0000)
doc/style/edgewall.css

index 0527a6c7b0b0e1e94ab9185ec3e7d94e747be2ec..4d6527bf3c1b9f8d25a6791b827183720c3b90dc 100644 (file)
@@ -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;