From 031599c2bda2c27e8e7188f7f27a1b5f26d8fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Sat, 10 Aug 2002 09:17:19 +0000 Subject: [PATCH] Added class 'archive' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1661 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index e8ffd3099f..4c624a3841 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; }