Difference between revisions of "MediaWiki:Common.css"

From Satellite Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
li#footer-termsofuse {
 
li#footer-termsofuse {
 +
    float: left;
 +
    margin-right: 2em;
 +
}
 +
 +
li#footer-credits {
 
     float: left;
 
     float: left;
 
     margin-right: 2em;
 
     margin-right: 2em;
 
}
 
}

Revision as of 00:57, 9 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;
}