1
0
Fork 0
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/branches/ruby_1_8@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-12-08 14:56:55 +00:00
parent bcf72db844
commit 2f6f96739b
2 changed files with 7 additions and 2 deletions

View file

@ -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;
}