summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-10 12:49:58 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-10 12:49:58 +0000
commitda638ae2d2d8f10efcfc4607cc4c0400e5c8973b (patch)
treed16658953ba4525915c8ab853f22b516a4371836
parentad9829aa6885838da95c491787aedac4317fcf84 (diff)
downloadrockbox-da638ae2d2d8f10efcfc4607cc4c0400e5c8973b.tar.gz
rockbox-da638ae2d2d8f10efcfc4607cc4c0400e5c8973b.zip
Fixed .buildfail class
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@934 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index cb8c16542a..2c4a54f689 100644
--- a/www/style.css
+++ b/www/style.css
@@ -55,7 +55,11 @@ A {
55 width: 3em; 55 width: 3em;
56} 56}
57 57
58.buildfailed { 58.buildfail {
59 background-color: #ff0000; 59 background-color: #ff8080;
60 width: 3em; 60 width: 3em;
61} 61}
62
63.gccwarn {
64 color: #ff0000;
65} \ No newline at end of file