mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Allow edit sections outside of mw-body-content"
This commit is contained in:
commit
6d3048b40d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue