mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Print: Logo styles should apply in printed media
Bug: T253842 Change-Id: I7875795f12bb3e5e01e18aeb1e54ccfe7e44a020
This commit is contained in:
parent
f80488ddd6
commit
c0f48624c7
|
@ -10,7 +10,6 @@
|
|||
@import 'common/typography.less';
|
||||
|
||||
// Components
|
||||
@import 'Logo.less';
|
||||
@import 'Indicators.less';
|
||||
@import 'SiteNotice.less';
|
||||
@import 'Menu.less';
|
||||
|
@ -24,6 +23,11 @@
|
|||
@import 'Footer.less';
|
||||
}
|
||||
|
||||
@media all {
|
||||
// Component styles that should apply in all modes.
|
||||
@import 'Logo.less';
|
||||
}
|
||||
|
||||
// Support: IE8
|
||||
// Media query hack required.
|
||||
@import 'TabWatchstarLink-ie8.less';
|
||||
|
|
Loading…
Reference in a new issue