mediawiki.special.changeslist.legend: Avoid legend as stairs
authorFomafix <fomafix@googlemail.com>
Fri, 14 Nov 2014 20:30:49 +0000 (20:30 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Fri, 14 Nov 2014 20:30:49 +0000 (20:30 +0000)
Skin Modern has
  dt { margin-bottom: 0.1em }
This generates a legend like a stair.
This change resets the margin to the default for .mw-changeslist-legend.

Change-Id: I3cf0301c1f46cfbb1b9170b18ca4dc52a7a7a903

resources/src/mediawiki.special/mediawiki.special.changeslist.legend.css

index 55f2f89..14f6aee 100644 (file)
@@ -20,7 +20,7 @@
 
 .mw-changeslist-legend dt {
        float: left;
-       margin-right: 0.5em;
+       margin: 0 0.5em 0 0;
 }
 
 .mw-changeslist-legend dd {