From ffee83d566ef36771ae66118dc25f4de04ddfe97 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 2 Feb 2015 11:42:35 +0000 Subject: Hide mediawiki logo Think this is the right skin this time. --- skins/Vector.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skins/Vector.php b/skins/Vector.php index fd5f4f7..afb42ad 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -477,6 +477,8 @@ class VectorTemplate extends QuickTemplate { margin-right: 1em; } #right-navigation { margin-right: 100px; } + /*Hide built in Mediawiki logo - we get ours from nav.*/ + #p-logo {display:none;}

Wiki » text('title')?>

-- cgit v1.2.1