From 8c0c8a5feb86863b2ad1228fbfe123b36dc649ce Mon Sep 17 00:00:00 2001
From: florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Thu, 26 Feb 2009 17:34:04 +0000
Subject: besser für kleine Bildschirme
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@1714 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 www/stylesheet_wiki.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css
index f70cc03..289b2b6 100644
--- a/www/stylesheet_wiki.css
+++ b/www/stylesheet_wiki.css
@@ -55,7 +55,7 @@ fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
 .nav ul { font-size: .75em; list-style: none; margin: 0; text-align: right }
 
  #metanav, #ctxtnav, #search {
- width:67em; 
+ max-width:67em; 
  font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  margin:  0 auto;
  padding: .2em 0;
@@ -63,7 +63,7 @@ fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
 
 /* Main navigation bar */
 #mainnav {
- width:67em; 
+ max-width:67em; 
  background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0;
  font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  margin:  0 auto;
@@ -172,7 +172,7 @@ width:522px; height:50px;  position:relative; left:-261px;
 
 }
 #content {
-  width:61em;
+  max-width:61em;
   border-width:thin;
   border-color:#444;
   border-style:solid;
-- 
cgit v1.2.3