diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-20 06:26:57 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-20 06:26:57 +0000 |
| commit | 73855a41c894d38d3019f1f448fcab53d763aaae (patch) | |
| tree | bf3f2941f008d5b0de9502e345c1dc9e7455ad13 | |
| parent | 6fdc61de7b9dbed63f10c6639f66b4c588740684 (diff) | |
| download | ruby-73855a41c894d38d3019f1f448fcab53d763aaae.tar.gz ruby-73855a41c894d38d3019f1f448fcab53d763aaae.tar.xz ruby-73855a41c894d38d3019f1f448fcab53d763aaae.zip | |
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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lib/rdoc/generators/template/html/html.rb | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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:52:33 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 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; } |
