From 73855a41c894d38d3019f1f448fcab53d763aaae Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 20 Mar 2004 06:26:57 +0000 Subject: Force RDoc html background to white git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators/template/html/html.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index 16955f550..5df7f64b8 100644 --- a/lib/rdoc/generators/template/html/html.rb +++ b/lib/rdoc/generators/template/html/html.rb @@ -28,6 +28,7 @@ STYLE = %{ body { margin: 0; padding: 0; + background: white; } h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; } -- cgit