summaryrefslogtreecommitdiff
path: root/skins/Vector/components/navigation.less
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Vector/components/navigation.less')
-rw-r--r--skins/Vector/components/navigation.less19
1 files changed, 10 insertions, 9 deletions
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;
}
}
}