Changeset 1714

Show
Ignore:
Timestamp:
02/26/09 18:34:04 (4 years ago)
Author:
florian
Message:

besser für kleine Bildschirme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www/stylesheet_wiki.css

    r1712 r1714  
    5656 
    5757 #metanav, #ctxtnav, #search { 
    58  width:67em;  
     58 max-width:67em;  
    5959 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
    6060 margin:  0 auto; 
     
    6464/* Main navigation bar */ 
    6565#mainnav { 
    66  width:67em;  
     66 max-width:67em;  
    6767 background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0; 
    6868 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
     
    173173} 
    174174#content { 
    175   width:61em; 
     175  max-width:61em; 
    176176  border-width:thin; 
    177177  border-color:#444;