MediaWiki:Common.css: Difference between revisions

    From Marovi AI
    (Created page with "→‎CSS placed here will be applied to all skins: .mw-language-selector a { text-transform: capitalize; }")
     
    No edit summary
    Tag: Manual revert
     
    (One intermediate revision by the same user not shown)
    (No difference)

    Latest revision as of 07:53, 26 August 2024

    /* CSS placed here will be applied to all skins */
    
    .mw-language-selector a {
        text-transform: capitalize;
    }