mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Force RDoc html background to white
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a4e25c6b23
commit
a42fb7a811
2 changed files with 6 additions and 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:33:36 2004 Tadayoshi Funaba <tadf@dotrb.org>
|
Sat Mar 20 09:33:36 2004 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
* lib/date.rb, lib/date/format.rb: _parse() now accepts fractional
|
* lib/date.rb, lib/date/format.rb: _parse() now accepts fractional
|
||||||
|
|
|
@ -28,6 +28,7 @@ STYLE = %{
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
||||||
|
|
Loading…
Reference in a new issue