Template:Floated box/styles.css
Appearance
.template-floatedbox-right, .template-floatedbox-left {
background:#f8f9fa;
padding:10px;
border:1px solid #aaa;
overflow:hidden;
margin:0.5em 0
}
@media screen and (min-width:640px) {
.template-floatedbox-right {
float:right;
margin-left:0.5em;
width:238px
}
.template-floatedbox-left {
float:left;
margin-right:0.5em;
width:238px
}
}
@media screen and (max-width:639px) {
.template-floatedbox-right, .template-floatedbox-left {
width:auto !important
}
}