summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-20 06:26:57 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-20 06:26:57 +0000
commit24f368db63592232f60ce79bf8182869888aa32b (patch)
treebf3f2941f008d5b0de9502e345c1dc9e7455ad13 /lib/rdoc
parent84e6e2c03416534a48edfafb594976ac886bec3b (diff)
Force RDoc html background to white
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/generators/template/html/html.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb
index 16955f550a..5df7f64b87 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; }