User:T12/common.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(Fix)
(Test)
Line 1: Line 1:
span.mw-editsection { float:right;}
.ltr .mw-editsection {
float: right;
}
.rtl .mw-editsection {
float: left;
}

Revision as of 17:50, 13 March 2014

.ltr .mw-editsection {
	float: right;
}
.rtl .mw-editsection {
	float: left;
}