Messages/Alerts text is tiny in Monobook

Just like all other text elements in the overlay: set the font-size to 13px
Not sure why this was em & rest px. 13px is equivalent to the current 0.8em in
Vector.

Change-Id: I29d67f21cc2af7209469299ab228ebe7dac98af7
This commit is contained in:
Matthias Mullie 2014-09-09 17:52:11 +02:00
parent 9c55aa0fc8
commit b090b749de

View file

@ -2,7 +2,7 @@
@offset: 200px;
@chevronHeight: 11px;
@headerFontSize: .8em;
@headerFontSize: 13px;
.mw-echo-overlay {
position: absolute;
top: 30px + @chevronHeight;