MediaWiki:Gadget-edittop.css
Jump to navigation
Jump to search
This page is loaded as a part of the edittop gadget, used by 39,740 users. There seems to be an accompanying .js page at MediaWiki:Gadget-edittop.js.
/* @noflip */
body.ltr h1.firstHeading .mw-editsection-bracket:first-of-type,
body.rtl h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
margin-right: 0.25em;
color: #555;
}
/* @noflip */
body.rtl h1.firstHeading .mw-editsection-bracket:first-of-type,
body.ltr h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
margin-left: 0.25em;
color: #555;
}
/* For desktop Minerva skin T190989 */
.page-heading .mw-editsection a {
display: inline-block;
font-size: 1rem;
vertical-align: middle;
}