MediaWiki:Common.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
 
Fixed category link borking CSS
 
(2 intermediate revisions 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 */
 
/* This is broken for some reason as of current MediaWiki version */
.external {
.external {
background-image:none !important;
    background-image:none !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]] */