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:
jdlrobson 2018-08-14 17:27:10 -07:00 committed by Jdlrobson
parent 7eab78cb5e
commit 26510442f0
1 changed files with 0 additions and 11 deletions

View File

@ -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