diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-10 09:17:19 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-10 09:17:19 +0000 |
| commit | 031599c2bda2c27e8e7188f7f27a1b5f26d8fed6 (patch) | |
| tree | 6eba9ec2aff222f9d63e29a139f6707637687627 | |
| parent | cbc717941da4926d227c79e30c63f386849c4188 (diff) | |
| download | rockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.zip rockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.tar.gz rockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.tar.bz2 rockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.tar.xz | |
Added class 'archive'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1661 a1c6a512-1295-4272-9138-f99709370657
| -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; } |