MediaWiki:Common.css: Difference between revisions
From Begonia Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .infobox img { | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | |||
.infobox-float-left { | |||
float: left; | |||
margin-right: 20px; /* Add some space between the infobox and the content */ | |||
} | } |
Revision as of 06:08, 25 August 2023
/* CSS placed here will be applied to all skins */ .infobox img { display: block; margin: 0 auto; } .infobox-float-left { float: left; margin-right: 20px; /* Add some space between the infobox and the content */ }