MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
Tags: Undo Reverted |
||
| Line 11: | Line 11: | ||
table.infoboxTable { | table.infoboxTable { | ||
width: 25em; | width: 25em; | ||
} | } | ||
Revision as of 21:31, 8 May 2023
/* CSS placed here will be applied to all skins */
/* Infobox template style */
.portable-infobox {
width: 26em;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
border: 1px solid #aaaaaa;
}
table.infoboxTable {
width: 25em;
}