From 2f6f96739b23c9d9a7573c4acf27430b4cb04cf0 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 8 Dec 2004 14:56:55 +0000 Subject: Fix CSS typo that meant h2 headings were invisible git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators/template/html/html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rdoc') diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index fd9917b43a..72e57baa3a 100644 --- a/lib/rdoc/generators/template/html/html.rb +++ b/lib/rdoc/generators/template/html/html.rb @@ -122,8 +122,8 @@ div#description { border: 1px dotted #999; } -div#description h1,h3,h3,h4,h5,h6 { - color: black; +div#description h1,h2,h3,h4,h5,h6 { + color: #125;; background: transparent; } -- cgit v1.2.3