MediaWiki:Common.css: Difference between revisions
NeonWabbit (talk | contribs) No edit summary Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
NeonWabbit (talk | contribs) Undo revision 7966 by NeonWabbit (talk) Tags: Undo 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; | |||
} | } | ||
} | } | ||