moved mw-body to proper position outside of golem navbar range

This commit is contained in:
giomba 2021-05-09 21:39:10 +02:00
parent 9df275a028
commit 2b132de23b
2 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@ body {
border: 1px solid @content-border-color;
border-right-width: 0;
/* Merge the border with tabs' one (in their background image) */
margin-top: -1px;
margin-top: 60px;
// h1's can exist outside of mw-body-content so some heading styles
// need to be defined in mw-body as well

View File

@ -102,4 +102,8 @@
border-left: 0;
margin-left: 0;
}
mw-body {
margin-top: 0;
}
}