From fdf4ea822747d81a0e56a409c5d5b218cccb35ad Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 21 Apr 2004 15:07:13 +0000 Subject: [PATCH] make logo background important to stop users from overriding it (important authour style wins over important user style) --- stylesheets/monobook/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 4230a11f63..961b280e7d 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; } -- 2.20.1