From 686e28fcadf1e1674232579c01664165d8ecb062 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: http://svn.ruby-lang.org/repos/ruby/trunk@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators/template/html/html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index fd9917b43..72e57baa3 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