From c2653bf8ea6048088ea2ed708f8b3602f41a01cd Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 2 Feb 2015 11:44:21 +0000 Subject: Actually, we can simply not render the logo Much simpler. Seems my previous git grep'ing failed me. --- skins/Vector.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index afb42ad..961214e 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -477,8 +477,6 @@ 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')?>

@@ -565,9 +563,6 @@ class VectorTemplate extends QuickTemplate {
- - - renderPortals( $this->data['sidebar'] ); ?>
-- cgit v1.2.1