Difference between revisions of "MediaWiki:Common.css"

From Satellite Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: li#footer-credits { float: left; margin-right: 2em; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
li#footer-termsofuse {
 +
    float: left;
 +
    margin-right: 2em;
 +
}
  
 
li#footer-credits {
 
li#footer-credits {

Revision as of 18:47, 7 February 2018

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

li#footer-termsofuse {
    float: left;
    margin-right: 2em;
}

li#footer-credits {
    float: left;
    margin-right: 2em;
}