summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-31 09:23:54 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-31 09:23:54 +0000
commit3bf2f7858188c222abde85643ce980963dc7e4c9 (patch)
tree2e429259e1d1742e57ff3921f94a6853896c7351 /www/style.css
parent1a7f494befadc141f4791c3544c330745bae4bdd (diff)
Added 'bad' table class
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2789 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index d03f993947..bc61c14f9b 100644
--- a/www/style.css
+++ b/www/style.css
@@ -50,6 +50,11 @@ A {
line-height: 140%;
}
+.menutext {
+ color: #f0f0f0;
+ font-size: 8pt;
+}
+
.buildok {
background-color: #00ff00;
width: 3em;
@@ -103,3 +108,8 @@ PRE {
background-color: #aae8aa;
padding: 4px;
}
+
+.bad td {
+ background-color: #f0c0c0;
+}
+