]> git.mjollnir.org Git - moodle.git/commitdiff
To show navbar background-image on admin page correctly added "width:100%;".
authormits <mits>
Thu, 6 Apr 2006 21:19:44 +0000 (21:19 +0000)
committermits <mits>
Thu, 6 Apr 2006 21:19:44 +0000 (21:19 +0000)
theme/oceanblue/gradients.css

index 79e85b829d04e76aa7a8e786af8d926e62c38247..9d16c466d5bccc3c9503d7aa4706cf21e7ee0366 100644 (file)
@@ -5,6 +5,7 @@
 
 .navbar {
   background-image:url(gradient.jpg);
+  width:100%;
 }
 
 .sideblock .header {