MediaWiki:Gadget-edittop.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 12:42, 30 October 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;
}