MediaWiki:Common.css: Unterschied zwischen den Versionen

(Created page with "CSS placed here will be applied to all skins: Footer-Icons ausblenden: .footer-icons { display:none; }")
 

/* CSS placed here will be applied to all skins */

/* Footer-Icons ausblenden */ .footer-icons {

                   display:none!important;

            

}

/* CSS placed here will be applied to all skins */
        

        /* Footer-Icons ausblenden */
        
        .footer-icons {
        
            display:none!important;
        
        }
Zeile 3: Zeile 3:
 
/* Footer-Icons ausblenden */
 
/* Footer-Icons ausblenden */
 
.footer-icons {
 
.footer-icons {
     display:none;
+
     display:none!important;
 
}
 
}