mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
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:
parent
d747263f2d
commit
dbefd3b6f0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue