mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
cf1629aa0d
1) Remove collapsible heading rule Introduced for T43401 this no longer seems to be needed now that we do not support Blackberry's and infoboxes can be floated within articles and is now creating a reflow This addresses issues with floating on the United States and Taiwan page. 2) Allow table's to float in tablet. Only disable floats on mobile resolutions. Bug: T193418 Change-Id: I64748e08516e1be4b53af22b6897560b7fc87632
20 lines
269 B
Plaintext
20 lines
269 B
Plaintext
@import 'minerva.variables';
|
|
|
|
.client-js {
|
|
.collapsible-heading,
|
|
.collapsible-block {
|
|
clear: left;
|
|
}
|
|
|
|
.collapsible-heading {
|
|
cursor: pointer;
|
|
position: relative;
|
|
|
|
.indicator {
|
|
float: left;
|
|
margin-top: 0.7em;
|
|
font-size: @indicatorFontSize;
|
|
}
|
|
}
|
|
}
|