MediaWiki:Common.css: Difference between revisions

From Spacewalk Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Infobox responsive */
/* Infobox responsive */
.infobox-wrapper {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width:350px;
}

Revision as of 11:03, 25 May 2025

/* CSS placed here will be applied to all skins */
/* Infobox responsive */
.infobox-wrapper {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width:350px;
}