MediaWiki:Common.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
 
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 */


/* This is broken for some reason as of current MediaWiki version */
/* Inline background images are broken as of current MedaiWiki release */
.external {
.external {
background-image:none !important;
    background-image:none !important;
    padding-right: 0 !important;
}
}

Revision as of 05:41, 7 April 2025

/* CSS placed here will be applied to all skins */

/* Inline background images are broken as of current MedaiWiki release */
.external {
    background-image:none !important;
    padding-right: 0 !important;
}