Changeset 1714
- Timestamp:
- 02/26/09 18:34:04 (4 years ago)
- Files:
-
- 1 modified
-
www/stylesheet_wiki.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/stylesheet_wiki.css
r1712 r1714 56 56 57 57 #metanav, #ctxtnav, #search { 58 width:67em;58 max-width:67em; 59 59 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 60 60 margin: 0 auto; … … 64 64 /* Main navigation bar */ 65 65 #mainnav { 66 width:67em;66 max-width:67em; 67 67 background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0; 68 68 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; … … 173 173 } 174 174 #content { 175 width:61em;175 max-width:61em; 176 176 border-width:thin; 177 177 border-color:#444;
