mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Drop portal styles in Minerva
TemplateStyles exists now. Given portals make up a small % of our content and I can't find any templates using these rules, let's drop them and guide people to use TemplateStyles instead if anybody complains. Change-Id: I738180fa35c6c633791e4ec11ea4b01dd65154cc
This commit is contained in:
parent
7eab78cb5e
commit
26510442f0
|
@ -107,17 +107,6 @@ FIXME: Review all of these hacks to see if they still apply.
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* force portals to use a one column layout on mobile */
|
||||
.skin-minerva {
|
||||
.portal-column-left-wide,
|
||||
.portal-column-left,
|
||||
.portal-column-right,
|
||||
.portal-column-right-narrow {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* bug 34878: Set an optimal width for a column.
|
||||
* Makes sure that on small screens column-count is only honored if column-width hint is not violated.
|
||||
* https://developer.mozilla.org/en-US/docs/CSS/column-width
|
||||
|
|
Loading…
Reference in a new issue