Module:Message box/ombox.css: Difference between revisions

Content deleted Content added
margin to media query
and move mbox-small to 720px here as well
Line 10:
/* For the "small=yes" option. */
.ombox.mbox-small {
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
Line 81 ⟶ 74:
.ombox {
margin: 4px 10%;
}
.ombox.mbox-small {
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
width: 238px;
}
}