Specify firstHeading rule for .mw-special-Notifications only

The rule to make the firstHeading limited in height should only
apply to the design of the Special:Notifications page, and not
everywhere on MW.

Bug: T111628
Change-Id: I6636ed7f4ad0ccc7bbf83ace51dda62d09e09a5c
This commit is contained in:
Moriel Schottlender 2015-09-06 22:05:34 -07:00
parent d747263f2d
commit dbefd3b6f0

View file

@ -8,8 +8,8 @@
}
/* Custom header styling for Vector and Monobook skins */
.skin-vector #firstHeading,
.skin-monobook #firstHeading {
.mw-special-Notifications.skin-vector #firstHeading,
.mw-special-Notifications.skin-monobook #firstHeading {
max-width: 600px;
}