From 78a71c31f8a71b9e613da16b90d03be54bd0c7ec Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Fri, 7 Apr 2006 08:46:11 +0000 Subject: [PATCH] changed the CSS to add backward compatinility for headers using tables.related to #bug4913 --- theme/standard/styles_layout.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index af7f36e601..600934080e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -290,8 +290,12 @@ form.popupform { border-style:solid; } -.navbar { - width:auto; +div.navbar { + width: auto; +} + +table.navbar { + width: 100%; } .navbar .navbutton form { -- 2.39.5