MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Silverpg017 (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .infobox { float: right; clear: right; width: 22em; margin: 0 0 1em 1em; }" |
Silverpg017 (talk | contribs) m Added infobox border |
||
| Line 6: | Line 6: | ||
width: 22em; | width: 22em; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
border: 1px solid #a2a9b1; | |||
} | } | ||
Revision as of 20:38, 5 March 2026
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
clear: right;
width: 22em;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
}