MediaWiki:Gadget-edittop.css: Unterschied zwischen den Versionen

CamNet - das Wiki
K (1 Version)
(kein Unterschied)

Version vom 12. Oktober 2014, 17:58 Uhr

/* @noflip */
body.ltr .mw-editsection-expanded .mw-editsection-bracket:first-of-type,
body.rtl .mw-editsection-expanded .mw-editsection-bracket:not(:first-of-type) {
    margin-left: -0.25em;
	margin-right: 0.25em;
	color: #555;
}

/* @noflip */
body.rtl .mw-editsection-expanded .mw-editsection-bracket:first-of-type,
body.ltr .mw-editsection-expanded .mw-editsection-bracket:not(:first-of-type) {
	margin-right: -0.25em;
	margin-left: 0.25em;
	color: #555;
}