Difference between revisions of "Template:Stack/styles.css"
Jump to navigation
Jump to search
m (Changed protection level for "Template:Stack/styles.css": Highly visible style sheet: match template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 18:55, 1 March 2019
/* Styling for Template:Stack */
@media all and (max-width: 720px) {
.mobile-float-reset {
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;
}