]> git.mjollnir.org Git - moodle.git/commitdiff
changed the CSS to add backward compatinility for headers using tables.related to...
authorurs_hunkler <urs_hunkler>
Fri, 7 Apr 2006 08:46:11 +0000 (08:46 +0000)
committerurs_hunkler <urs_hunkler>
Fri, 7 Apr 2006 08:46:11 +0000 (08:46 +0000)
theme/standard/styles_layout.css

index af7f36e601e8e35682174ee61c652b507c7b0fd7..600934080e4c46482bfd8607125fbbcc5a0c8768 100644 (file)
@@ -290,8 +290,12 @@ form.popupform {
   border-style:solid;
 }
 
-.navbar {
-  width:auto;
+div.navbar {
+  width: auto;
+}
+
+table.navbar {
+  width: 100%;
 }
 
 .navbar .navbutton form {