Difference between revisions of "MediaWiki:Common.css"
From PlantUse English
(Fix .frame h2: margin-top: 0px;) |
|||
Line 8: | Line 8: | ||
} | } | ||
− | div.infobox_v3 { | + | div.infobox_v3 { float: right; } |
− | float: right; | + | |
+ | |||
+ | .frame h2 { | ||
+ | /* white-space:nowrap; */ | ||
+ | margin-top: 0px; | ||
} | } |
Revision as of 00:25, 8 March 2016
/* CSS placed here will be applied to all skins */
body.page-Main_Page #firstHeading {
position: absolute;
top: -5000px;
}
body.page-Main_Page #content {
background-color: white;
}
div.infobox_v3 { float: right; }
.frame h2 {
/* white-space:nowrap; */
margin-top: 0px;
}