MediaWiki:Common.css: Difference between revisions

    From Marovi AI
    No edit summary
    Tag: Reverted
    No edit summary
    Tag: Manual revert
     
    Line 1: Line 1:
    /* CSS placed here will be applied to all skins */
    /* CSS placed here will be applied to all skins */


    /* Capitalize language names in the language selector */
    .mw-language-selector a {
    .mw-portlet-lang ul li a {
         text-transform: capitalize;
         text-transform: capitalize !important;
    }
    }

    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;
    }