MediaWiki:Common.css: Difference between revisions
Unuvun Rain (talk | contribs) No edit summary |
Unuvun Rain (talk | contribs) 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 */ | ||
div.infobox { | |||
float:right; | |||
width:300px; | |||
display:flex; | |||
flex-direction:column; | |||
align-items:center; | |||
border:1px solid black; | |||
} |
Revision as of 17:34, 16 September 2017
/* CSS placed here will be applied to all skins */
div.infobox {
float:right;
width:300px;
display:flex;
flex-direction:column;
align-items:center;
border:1px solid black;
}