From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- skins/Vector/components/navigation.less | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'skins/Vector/components/navigation.less') diff --git a/skins/Vector/components/navigation.less b/skins/Vector/components/navigation.less index 8b384acf..e9c5e4af 100644 --- a/skins/Vector/components/navigation.less +++ b/skins/Vector/components/navigation.less @@ -129,16 +129,17 @@ div#mw-panel { } } } + } - &.first { - background-image: none; - margin-top: 0; - h3 { - display: none; - } - div.body { - margin-left: 0.5em; - } + /* First sidebar portlet. Not using :first-of-type for IE<=8 support. */ + #p-logo + div.portal { + background-image: none; + margin-top: 0; + h3 { + display: none; + } + div.body { + margin-left: 0.5em; } } } -- cgit v1.2.3-54-g00ecf