make logo background important to stop users from overriding it (important authour...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 21 Apr 2004 15:07:13 +0000 (15:07 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 21 Apr 2004 15:07:13 +0000 (15:07 +0000)
stylesheets/monobook/main.css

index 4230a11..961b280 100644 (file)
@@ -661,7 +661,7 @@ div.townBox dl dd {
     display: block;
     height: 155px;
     width: 135px;
-    background: url(wiki.png) no-repeat;
+    background: url(wiki.png) no-repeat !important;
     background-repeat: no-repeat;
     text-decoration: none;
 }