.redirectMsg needs to be 0 height

It wasn't because ".mw-body p" introduces a margin, causing an
undesired extra spacing on redirect pages.

Change-Id: I53f63703b086ff6b28c1fb5325ee6693e3322390
This commit is contained in:
Derk-Jan Hartman 2016-01-26 20:12:40 +01:00
parent 7763eea4bd
commit 3ca33440f4
1 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,10 @@ pre,
font-size: 140%;
}
.redirectMsg p {
margin: 0;
}
.mw-body-content {
position: relative;
line-height: @content-line-height;