mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 09:54:45 +00:00
7eab78cb5e
T140804 dropped the support for deviceTabletWidth in core (https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/451648/9/includes/DefaultSettings.php) This causes errors in these skinStyle files which are presumably not being checked with CI. Update these usages to use width-breakpoint-tablet instead Bug: T202021 Change-Id: Ie804f24275c99c939687d59cca9d62204fd74518
21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
.ns-special .pre-content {
|
|
background: #fff;
|
|
|
|
.tagline,
|
|
h1 {
|
|
margin: 0 @contentMargin;
|
|
}
|
|
}
|
|
|
|
.ns-special #content {
|
|
background: @colorGray14;
|
|
|
|
form {
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|