MediaWiki:Common.css: Difference between revisions

    From UNITApedia
    (Changing footer style to display UNITA logo)
     
    (important for float none!)
    Line 1: Line 1:
    /* CSS placed here will be applied to all skins */
    /* CSS placed here will be applied to all skins */
    #footer-unitaico{
    #footer-unitaico{
    float: none;
    float: none!important;
    }
     
    #footer-unitaico img{
    width:"auto";
    height:"50px"
    }
    }

    Revision as of 08:48, 28 May 2024

    /* CSS placed here will be applied to all skins */
    #footer-unitaico{
    	float: none!important;
    }