Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: <style> #footer { display: none } </style>")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
#footer {display:none;}
 
 
<style>
 
  #footer { display: none }
 
</style>
 

Revision as of 23:09, 29 September 2015

#footer {display:none;}