User:TheWombatGuru/common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".navbox { width: 100%; background-color: lightblue; }") |
No edit summary |
||
(2 intermediate revisions 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%; | ||
} | |||
p { | |||
text-align: center; | |||
} | } |