Difference between revisions of "MediaWiki:Common.css"
(Enabled dynamic resizing of images) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } | img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } | ||
+ | |||
+ | div.rightbar { | ||
+ | float:right; clear:right; width:330px; | ||
+ | } | ||
+ | |||
+ | div.vt { | ||
+ | border: 1px; 0 | ||
+ | } |
Revision as of 13:34, 3 February 2018
/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
div.rightbar {
float:right; clear:right; width:330px;
}
div.vt {
border: 1px; 0
}