Changes

fix white bg when page is not bigger than viewport, and offset footer down by 1em
Line 2: Line 2:     
/* from https://gist.github.com/AdamVig/5b1efdb3c71e3e0a0800a82a092503bc */
 
/* from https://gist.github.com/AdamVig/5b1efdb3c71e3e0a0800a82a092503bc */
#siteNotice,
   
footer .footer-content {
 
footer .footer-content {
  display:none
+
  margin-top: 1em;
 
}
 
}
 
body {
 
body {
Line 19: Line 18:  
.mw-highlight,
 
.mw-highlight,
 
.navbox,
 
.navbox,
.navbox-subgroup {
+
.navbox-subgroup,
 +
#mw-mf-page-center {
 
  background-color: #222
 
  background-color: #222
 
}
 
}
297

edits