summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
commit3a44d4def66f0641426a719ce02db1b5688594c3 (patch)
tree98d42d5f945988d1374006387d4c3147c2f3381e /www/style.css
parent2931a4b838f960ff98ed90ba05ee590cd06f689c (diff)
downloadrockbox-3a44d4def66f0641426a719ce02db1b5688594c3.tar.gz
rockbox-3a44d4def66f0641426a719ce02db1b5688594c3.zip
Updated web
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index b132f3d9a3..d03f993947 100644
--- a/www/style.css
+++ b/www/style.css
@@ -86,7 +86,7 @@ PRE {
86} 86}
87 87
88 88
89.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { 89.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable {
90 border: outset 2px #ffffff; 90 border: outset 2px #ffffff;
91} 91}
92 92
@@ -94,7 +94,7 @@ PRE {
94 vertical-align: top; 94 vertical-align: top;
95} 95}
96 96
97.changetable td, .bugs td, .requests td, .archive td, .buttontable td { 97.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td {
98 background-color: #c6d6f5; 98 background-color: #c6d6f5;
99 padding: 4px; 99 padding: 4px;
100} 100}