diff options
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,12 +25,12 @@ DIV.header span { } DIV.pageheader { - background-color: light blue; + background-color: lightblue; } DIV#topbar { float: right; - background-color: light blue; + background-color: lightblue; margin: 0; padding: 0; text-align: center; |