summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-07 12:21:38 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-07 12:21:38 +0000
commitdf203f399774c8c4ba6203e12118e53ff3404fe3 (patch)
tree5eaee33daf07e91b4eb9206b37cdb880ddfd3eea /www/style.css
parent4a89a6cfcf319085fdc1f0f8a3b7f14b5c8e3eba (diff)
downloadrockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.tar.gz
rockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.zip
Added build status classes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@908 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 8c97df4eeb..cb8c16542a 100644
--- a/www/style.css
+++ b/www/style.css
@@ -49,3 +49,13 @@ A {
49 color: #f0f0f0; 49 color: #f0f0f0;
50 line-height: 140%; 50 line-height: 140%;
51} 51}
52
53.buildok {
54 background-color: #00ff00;
55 width: 3em;
56}
57
58.buildfailed {
59 background-color: #ff0000;
60 width: 3em;
61}