MediaWiki:Common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Testing if it works here)
No edit summary
Line 5: Line 5:
  width: 100%;
  width: 100%;
  background-color: lightblue;
  background-color: lightblue;
}
.navbox p {
width: 100%;
text-align: center;
}
}

Revision as of 01:44, 27 August 2016

/* CSS placed here will be applied to all skins */
span.whiteLink a { color: white; }

.navbox {
 width: 100%;
 background-color: lightblue;
}

.navbox p {
 width: 100%;
 text-align: center;
}