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

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
K (1 Version)
 
(kein Unterschied)

Aktuelle 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;
}