MediaWiki:Common.css: Difference between revisions

    From UNITApedia
    (important for float none!)
    No edit summary
    Line 2: Line 2:
    #footer-unitaico{
    #footer-unitaico{
    float: none!important;
    float: none!important;
    }
    #in-front{
    z-index:1000;
    }
    }

    Revision as of 11:52, 21 August 2024

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