mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix CSS typo that meant h2 headings were invisible
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
78f7b7036b
commit
642e10156c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 8 23:54:29 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/generators/template/html/html.rb (RDoc::Page): Typo
|
||||
meant that h2 tag was invisible.
|
||||
|
||||
Wed Dec 8 22:10:02 2004 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:
|
||||
|
|
|
@ -122,8 +122,8 @@ div#description {
|
|||
border: 1px dotted #999;
|
||||
}
|
||||
|
||||
div#description h1,h3,h3,h4,h5,h6 {
|
||||
color: black;
|
||||
div#description h1,h2,h3,h4,h5,h6 {
|
||||
color: #125;;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue