MediaWiki:Gadget-edittop.css: Difference between revisions
Appearance
+ |
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;
}