MediaWiki:Common.css: Difference between revisions

Undo revision 7952 by NeonWabbit (talk)
Tags: Undo Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
Line 298: Line 298:
.infobox .nowrap {
.infobox .nowrap {
white-space: normal;
white-space: normal;
}
}
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
}
}