Show
Ignore:
Timestamp:
11/14/07 02:22:39 (12 months ago)
Author:
cho45
Message:

websites/coderepos.org/trac/share/styles/plants-repository.css:

一覧性--
みやすさ++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/styles/plants-repository.css

    r1413 r1420  
    194194        float: left; 
    195195        overflow: hidden; 
    196         height: 32px; 
     196        padding: 10px 0; 
     197        margin: 5px 0; 
     198        border-style: solid; 
     199        border-width: 1px 0; 
     200        border-color: #ddd; 
     201} 
     202 
     203ul.committer-list li a { 
     204        padding: 0 0 0 1em; 
     205        border: none; 
     206        text-decoration: none; 
    197207} 
    198208 
     
    211221        float: left; 
    212222        overflow: hidden; 
    213         height: 32px; 
    214 } 
    215  
    216 #Committers + ul li:hover { 
     223        padding: 10px 0; 
     224        margin: 5px 0; 
     225        border-style: solid; 
     226        border-width: 1px 0; 
     227        border-color: #ddd; 
     228} 
     229 
     230#Committers + ul li a { 
     231        padding: 0 0 0 1em; 
     232        border: none; 
     233        text-decoration: none; 
    217234} 
    218235