Jump to content

MediaWiki:Gadget-edittop.css: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
+
 
m 1 revision
 
(No difference)

Latest revision as of 04:20, 17 December 2013

/* @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;
}