Template:Stack/styles.css: Difference between revisions
Template page
More actions
←Created page with '→Styling for Template:Stack: .stack-container { box-sizing: border-box; } .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: ri...' |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Styling for Template:Stack */ | /* Styling for Template:Stack */ | ||
@media all and (max-width: 720px) { | |||
body.skin-minerva .mw-stack { | |||
float: none !important; | |||
width: 100% !important; | |||
} | |||
} | |||
.stack-container { | .stack-container { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Revision as of 18:00, 3 March 2019
/* Styling for Template:Stack */
@media all and (max-width: 720px) {
body.skin-minerva .mw-stack {
float: none !important;
width: 100% !important;
}
}
.stack-container {
box-sizing: border-box;
}
.stack-clear-left {
float: left;
clear: left;
}
.stack-clear-right {
float: right;
clear: right;
}
.stack-left {
float: left;
}
.stack-right {
float: right;
}
.stack-object {
margin: 1px;
overflow: hidden;
}