Allow edit sections outside of mw-body-content

Bug: T160269
Change-Id: Ib4830cde634b6ca0c3ceb0ba06831c3b4ccedfbd
This commit is contained in:
Ed Sanders 2017-03-12 11:14:37 +00:00
parent 4ab8dc17bc
commit d183c39d06

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;