aboutsummaryrefslogtreecommitdiffstats
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
commita42fb7a811659d3091ed3fec55e479832de5f6b3 (patch)
treece82e478301bcc0d454b3cd445d20e40c491bc0c
parenta4e25c6b23c804ed0ca6969cb968f21cb23b6d69 (diff)
downloadruby-a42fb7a811659d3091ed3fec55e479832de5f6b3.tar.gz
Force RDoc html background to white
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--lib/rdoc/generators/template/html/html.rb1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b52cf5f5f2..bd08fbd335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Mar 20 15:25:36 2004 Dave Thomas <dave@pragprog.com>
+
+ * lib/rdoc/generators/template/html/html.rb (RDoc::Page): Force
+ page background to white.
+
Sat Mar 20 09:33:36 2004 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb, lib/date/format.rb: _parse() now accepts fractional
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; }