Module:Sidebar/styles.css: Difference between revisions

add css to force display on everything that hits nomobile
are you disrespectin my floatority?!
Line 35: Line 35:
body.skin-minerva .sidebar {
body.skin-minerva .sidebar {
display: table !important;
display: table !important;
/* also, minerva is way too aggressive about other stylings on tables.
* TODO remove when this template gets moved to a div. plans on talk page.
* We always float right on Minerva because that's a lot of extra CSS
* otherwise. */
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}
}


Line 157: Line 163:
width: 100% !important;
width: 100% !important;
clear: both;
clear: both;
float: none;
float: none !important; /* Remove when we div based; Minerva is dumb */
margin-left: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-right: 0 !important;