summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-10 09:17:19 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-10 09:17:19 +0000
commit031599c2bda2c27e8e7188f7f27a1b5f26d8fed6 (patch)
tree6eba9ec2aff222f9d63e29a139f6707637687627 /www
parentcbc717941da4926d227c79e30c63f386849c4188 (diff)
downloadrockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.tar.gz
rockbox-031599c2bda2c27e8e7188f7f27a1b5f26d8fed6.zip
Added class 'archive'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css4
1 files 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 {
73 background-color: #ff8080; 73 background-color: #ff8080;
74} 74}
75 75
76.changetable, .bugs, .dailymod, .buildstatus { 76.changetable, .bugs, .dailymod, .buildstatus, .archive {
77 border: outset 2px #ffffff; 77 border: outset 2px #ffffff;
78} 78}
79 79
@@ -81,7 +81,7 @@ A {
81 vertical-align: top; 81 vertical-align: top;
82} 82}
83 83
84.changetable td, .bugs td { 84.changetable td, .bugs td, .archive td {
85 background-color: #c6d6f5; 85 background-color: #c6d6f5;
86 padding: 4px; 86 padding: 4px;
87} 87}