Merge "Fix logo/sidebar alignment on two-column mode"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 132deaf771

@ -14,6 +14,12 @@
position: relative;
}
#mw-site-navigation {
// Force the portlet margins to apply at the top too
// No I don't know how to do this properly
padding-top: 0.01em;
}
#mw-related-navigation > div.sidebar-chunk:first-child {
margin-top: 0;
}

@ -142,6 +142,6 @@ html {
/* Content */
#mw-content-container {
margin-top: @fixed-header-height;
margin-top: @fixed-header-height + @color-height;
padding-bottom: 1em;
}

Loading…
Cancel
Save