Changeset 117

Show
Ignore:
Timestamp:
09/14/07 01:58:02 (6 years ago)
Author:
cho45
Message:

websites/coderepos.org/trac/share/styles/plants-repository.css,
websites/coderepos.org/trac/share/templates/site_css.cs:

IE で確認したので適用してみる。

Location:
websites/coderepos.org/trac/share
Files:
2 modified

Legend:

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

    r104 r117  
    77        margin: 1em 0; 
    88        line-height: 1.33; 
     9        width: 100%; 
     10        _padding: 0; 
     11        overflow: auto; 
    912} 
    1013 
     
    111114 
    112115#main { 
     116        width: auto; 
    113117        background: url("plants-repository/images/background-leaf.png") repeat-y right top; 
    114118        margin: 0 0 0 45px; 
  • websites/coderepos.org/trac/share/templates/site_css.cs

    r97 r117  
    55</style> 
    66<?cs set:styles = "http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles" ?> 
    7 <link rel="stylesheet" type="text/css" media="screen,tv,projection" title="default" href="<?cs var:styles ?>/default.css"/> 
     7<link rel="stylesheet" type="text/css" media="screen,tv,projection" title="plants-repository" href="<?cs var:styles ?>/plants-repository.css"/> 
     8<link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="default" href="<?cs var:styles ?>/default.css"/> 
    89 
    910<style type="text/css">