summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
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; }