Ensure a space of 0.5em between dt and dd in legend
authorFomafix <fomafix@googlemail.com>
Mon, 13 Jan 2014 10:35:02 +0000 (10:35 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Mon, 13 Jan 2014 10:35:02 +0000 (10:35 +0000)
In font Verdana the text "(+-123)" has a width of more than 3.5em.
With dd.mw-changeslist-legend-plusminus { margin-left: 3.5em; }
there is no space between "(+-123)" and the description.

Change-Id: Id8e4bc478cb00eaa9271c5a6cb580fd042d1c026

resources/mediawiki.special/mediawiki.special.changeslist.css

index b1af745..6cb94e7 100644 (file)
 
 .mw-changeslist-legend dt {
        float: left;
+       margin-right: 0.5em;
 }
 
 .mw-changeslist-legend dd {
        margin-left: 1.5em;
        line-height: 1.3em;
 }
-
-.mw-changeslist-legend dd.mw-changeslist-legend-plusminus {
-       margin-left: 3.5em;
-}