Changeset 412 for lang/ruby/rdoc

Show
Ignore:
Timestamp:
10/07/07 10:40:45 (6 years ago)
Author:
cho45
Message:

rdoc/generators/template/html/resh/style.css:

なんかバランス悪いのでジャンプ率あげてみる

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/rdoc/generators/template/html/resh/style.css

    r407 r412  
    6363 
    6464#top { 
     65        font-size: 500%; 
     66        line-height: 0.7; 
     67        margin: 0 -0.1em; 
     68        padding: 0; 
     69        color: #d9d9d9; 
     70        letter-spacing: -0.1em; 
    6571} 
    6672 
     
    6874#top a:visited , 
    6975#top a:hover { 
    70         color: #000; 
     76        color: #d9d9d9; 
    7177        text-decoration: none; 
    7278}