summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
commit8bdbd3e46887bd2805c5b0eb469ce2a963a2656e (patch)
tree443b9904314edf0ee877d32d39129f047d062033 /www/style.css
parent7aa3c1770a290817c75437fd61480dee1d084988 (diff)
downloadrockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.tar.gz
rockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.zip
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2411 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index 2f8631c816..b132f3d9a3 100644
--- a/www/style.css
+++ b/www/style.css
@@ -98,3 +98,8 @@ PRE {
98 background-color: #c6d6f5; 98 background-color: #c6d6f5;
99 padding: 4px; 99 padding: 4px;
100} 100}
101
102.fixed td {
103 background-color: #aae8aa;
104 padding: 4px;
105}