From: urs_hunkler Date: Fri, 7 Apr 2006 08:46:11 +0000 (+0000) Subject: changed the CSS to add backward compatinility for headers using tables.related to... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78a71c31f8a71b9e613da16b90d03be54bd0c7ec;p=moodle.git changed the CSS to add backward compatinility for headers using tables.related to #bug4913 --- 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 {