DesktopArticleTarget: Fix page title (first H1) font size in Vector

Change-Id: I87409ad5da3819732d13943a64b2ca22f65f9418
This commit is contained in:
Ed Sanders 2015-09-22 17:16:27 +01:00 committed by Jforrester
parent 8a0ead0940
commit 42d04b6f47

View file

@ -41,6 +41,11 @@
font-size: 0.8em;
}
.ve-init-target .firstHeading {
/* Restore 1.8em font size of page title */
font-size: 2.25em; /* 1.8/0.8 */
}
.ve-init-target .mw-body-content,
.ve-ui-overlay-global .mw-body-content {
/* Match skin's font-size for the surface content */