From 4c631aa1d076b51394d3c64308b1bf0db90e547e Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 1 Feb 2015 10:38:26 +0100 Subject: Hopefully hide mediawiki logo. Not sure this will work tho' --- skins/cavendish.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skins/cavendish.php b/skins/cavendish.php index 5b7c0d4..def8401 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -146,6 +146,8 @@ a:link { color: #2383c2; } a.new:link { color: #ba0000; } a:visited { color: #5a3696; } .nav a[href^="https://"] { background: none; padding-right: 0; } +/*Hide built in Mediawiki logo*/ +#p-logo {display:none;}