MediaWiki:Common.css: Difference between revisions

From Begonia Wiki

No edit summary
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 */
.infobox img {
.infoboxsp img {
     display: block;
     display: block;
     margin: 0 auto;
     margin: 0 auto;
}
}
.infobox-float-left {
.infoboxsp-float-left {
     float: left;
     float: left;
     margin-right: 20px; /* Add some space between the infobox and the content */
     margin-right: 20px; /* Add some space between the infobox and the content */
}
}

Revision as of 06:12, 25 August 2023

/* CSS placed here will be applied to all skins */
.infoboxsp img {
    display: block;
    margin: 0 auto;
}
.infoboxsp-float-left {
    float: left;
    margin-right: 20px; /* Add some space between the infobox and the content */
}