summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-26 17:34:04 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-26 17:34:04 +0000
commit8c0c8a5feb86863b2ad1228fbfe123b36dc649ce (patch)
treea508d2dc74cc9ae9af30f1f75e42c407e1b694e1
parent066ce4f55fa9df51d06ca923a5f13fc24baacb2b (diff)
besser für kleine Bildschirme
git-svn-id: https://svn.neo-layout.org@1714 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--www/stylesheet_wiki.css6
1 files 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;