Merge "Allow edit sections outside of mw-body-content"

This commit is contained in:
jenkins-bot 2017-03-12 21:41:48 +00:00 committed by Gerrit Code Review
commit 6d3048b40d
1 changed files with 6 additions and 5 deletions

View File

@ -129,11 +129,6 @@ body {
font-size: 100%; /* (reset) */
}
.mw-editsection,
.mw-editsection-like {
font-family: @content-font-family;
}
#toc h2,
.toc h2 {
font-size: 100%; /* (reset) */
@ -141,6 +136,12 @@ body {
}
}
/* Allow edit sections outside of mw-body-content (T160269) */
.mw-editsection,
.mw-editsection-like {
font-family: @content-font-family;
}
/* Hide empty portlets */
div.emptyPortlet {
display: none;