diff options
| -rw-r--r-- | www/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css index e8ffd30..4c624a3 100644 --- a/www/style.css +++ b/www/style.css @@ -73,7 +73,7 @@ A { background-color: #ff8080; } -.changetable, .bugs, .dailymod, .buildstatus { +.changetable, .bugs, .dailymod, .buildstatus, .archive { border: outset 2px #ffffff; } @@ -81,7 +81,7 @@ A { vertical-align: top; } -.changetable td, .bugs td { +.changetable td, .bugs td, .archive td { background-color: #c6d6f5; padding: 4px; } |