Jump to content

MediaWiki:Vector.css: Difference between revisions

Created page with "All CSS here will be loaded for users of the Vector skin: #footer-places, #footer-info, #footer-icons { display: none !important; }"
 
mNo edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


#footer-places,
#footer-places-privacy,
#footer-info,
#footer-places-disclaimers {
#footer-icons {
     display: none !important;
     display: none !important;
}
}