SpecialPages: Add ul { margin-top: 0; margin-bottom: 0 } for multicolumn
authorFomafix <fomafix@googlemail.com>
Sun, 3 Dec 2017 19:24:11 +0000 (20:24 +0100)
committerFomafix <fomafix@googlemail.com>
Thu, 7 Dec 2017 21:44:02 +0000 (22:44 +0100)
The two-column layout has on skin Timeless currently a different top
margin on the first and on the second column. This change fixes this.

Bug: T181947
Change-Id: If995845c6cab58fe24b1d9b7859c0614db75ceb7

resources/src/mediawiki.special/mediawiki.special.css

index 5d0ec49..c25984c 100644 (file)
        columns: 16em 2;
 }
 
+.mw-specialpages-list ul {
+       margin-top: 0;
+       margin-bottom: 0;
+}
+
 /* Special:Statistics */
 .mw-statistics-numbers {
        text-align: right;