Difference between revisions of "User:Markhurd/common.css"
(Sorting is based upon data, not css) |
(Move section [edit] links to the left, next to existing text.) |
||
| Line 1: | Line 1: | ||
| − | + | /* Move section [edit] links to the left, next to existing text. */ | |
| + | .mw-editsection, | ||
| + | .mw-editsection-like { | ||
| + | float: inline; | ||
| + | line-height: inherit; | ||
| + | } | ||
Revision as of 16:08, 5 June 2015
/* Move section [edit] links to the left, next to existing text. */
.mw-editsection,
.mw-editsection-like {
float: inline;
line-height: inherit;
}
