Changeset 175

Show
Ignore:
Timestamp:
01/12/09 21:24:28 (10 months ago)
Author:
cedenoj
Message:

refs #2723 Adding some css to add the h1 name of the project to the orange bar.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trac-0.10.3/htdocs/css/bs.css

    r134 r175  
    1010/* Header */ 
    1111#header { height:47px; } 
     12 
     13div#header #logo h1 { 
     14    color:#000000; 
     15    font-size:24px; 
     16    font-style:italic; 
     17    margin:-30px 7px 0 160px; 
     18    padding:0; 
     19} 
     20 
     21#header #logo { 
     22    float:left; 
     23    margin:0; 
     24    padding: 0 10px 0px 10px; 
     25} 
    1226 
    1327.pName { display:inline; position:relative; left:20%;top:40px; } 
     
    6377#metanav { float:right; vertical-align:middle; padding-top:.5em;} 
    6478#metanav ul li a { color:black; } 
    65 #search {float:right;
     79#search {float:right; clear:none;
    6680#banner {  background: #e55e00 url(/projects/admin/chrome/common/line.png) repeat-x top; height:95px; } 
    6781#mainnav li { border-right: none; padding: .1em 0;  margin-left:.2em;background:#ddd;}