From 440e1238760a4326911daa11280333568863e8a0 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Fri, 13 May 2005 20:30:57 +0200 Subject: improved navigation bar flexibility CSS of default template modified. The navigation bar get rid of fixed width definitions which will guarantee improved behaviour on small browser windows. Not everyone uses 1600x1200 ;-) darcs-hash:20050513183057-7ef76-b9077fa8a994beaaf7b0cff2c16be20deb57a96e.gz --- tpl/default/layout.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/tpl/default/layout.css b/tpl/default/layout.css index 63fefd434..db419f00e 100644 --- a/tpl/default/layout.css +++ b/tpl/default/layout.css @@ -60,12 +60,10 @@ .bar-left { float:left; - width:50%; } .bar-right { float:right; - width:50%; text-align:right; } -- cgit v1.2.3