MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Incumbent center |
||
Line 15: | Line 15: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | |||
.infobox .incumbent { | |||
text-align: center !important; | |||
display: block; | |||
} | } |
Revision as of 17:11, 4 March 2025
.infobox {
width: 30em; /* Increased from 22em */
max-width: 40%; /* Increased from 25% */
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
.infobox .incumbent {
text-align: center !important;
display: block;
}