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: Reverted
    Line 1: Line 1:
    /* CSS placed here will be applied to all skins */
    /* CSS placed here will be applied to all skins */


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

    Revision as of 07:48, 26 August 2024

    /* CSS placed here will be applied to all skins */
    
    /* Capitalize language names in the language selector */
    .mw-portlet-lang ul li a {
        text-transform: capitalize !important;
    }