MediaWiki:Common.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
No edit summary
Fixed category link borking CSS
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Inline background images are broken as of current MedaiWiki release */
/* Inline background images are broken as of current MedaiWiki release */
.external {
.external {
Line 6: Line 4:
     padding-right: 0 !important;
     padding-right: 0 !important;
}
}
/* [[Category:Backend]] */

Latest revision as of 07:47, 7 April 2025

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

/* [[Category:Backend]] */