Show
Ignore:
Timestamp:
09/14/07 03:45:22 (15 months ago)
Author:
cho45
Message:

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

WikiStart の Committers をよこならびになるように。
とりあえずまともなブラウザだけ

Files:
1 modified

Legend:

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

    r127 r128  
    161161 
    162162#main #content #preview table.code th.lineno { 
    163     width: 7em !important; 
     163        width: 7em !important; 
    164164} 
    165165 
     
    183183} 
    184184 
     185 
     186#Committers + ul { 
     187        margin: 1em 0; 
     188        padding: 0; 
     189        list-style: none; 
     190} 
     191 
     192#Committers + ul li { 
     193        width: 20%; 
     194        float: left; 
     195        overflow: hidden; 
     196        /* 
     197        height: 0.6em; 
     198        letter-spacing: -0.15em; 
     199        font-size: 300%; 
     200        line-height: 0.5em; 
     201        margin: 0 0 0.7em 0; 
     202        */ 
     203} 
     204 
     205#Committers + ul li:hover { 
     206} 
     207 
     208#Committers + ul:after { 
     209        display: block; 
     210        content: " "; 
     211        clear: left; 
     212} 
     213