Show
Ignore:
Timestamp:
11/14/07 17:59:03 (12 months ago)
Author:
cho45
Message:

websites/coderepos.org/trac/share/styles/ass-ari.css,
websites/coderepos.org/trac/share/js/TracAuthorIcon.js:

アイコンのボーダー消し
Browse Source のテーブルがおさまりがつかないときも
無理矢理おさまるように

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/styles/ass-ari.css

    r1478 r1494  
    162162} 
    163163 
     164 
     165#main table#dirlist { 
     166        table-layout: fixed; 
     167} 
     168 
     169#main table#dirlist td { 
     170        overflow: hidden; 
     171} 
     172 
     173#main table#dirlist .name { 
     174        width: 15em; 
     175} 
     176 
     177#main table#dirlist .size { 
     178        width: 2em; 
     179} 
     180 
     181#main table#dirlist .rev { 
     182        width: 3em; 
     183} 
     184 
     185#main table#dirlist .date , 
     186#main table#dirlist .age { 
     187        width: 10em; 
     188        text-align: right; 
     189} 
     190 
     191#main table#dirlist .change { 
     192        width: auto; 
     193} 
     194 
     195#main table#dirlist .hatenastar { 
     196        width: 2em; 
     197} 
    164198 
    165199#footer {