MediaWiki:Gadget-righteditlinks.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Move section [edit] links to the right side of the screen. */
.mw-editsection,
.mw-editsection-like {
float: right;
line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
margin-right: 0.5em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
margin-top: 0.5em;
}
.skin-vector #firstHeading .mw-editsection,
.skin-vector #firstHeading .mw-editsection-like {
margin-top: 1em;
}