User:TheWombatGuru/common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (TheWombatGuru moved page User:TheWombatGuru/navbox.css to User:TheWombatGuru/common.css without leaving a redirect)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.navbox {
.navbox {
background: lightblue;
}
.navbox, .navbox tr, .navbox table, .navbox p {
  width: 100%;
  width: 100%;
  background-color: lightblue;
}
 
p {
  text-align: center;
}
}

Latest revision as of 01:46, 27 August 2016

.navbox {
 background: lightblue;
}

.navbox, .navbox tr, .navbox table, .navbox p {
 width: 100%;
}

p {
 text-align: center;
}