summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-11 12:26:21 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-11 12:26:21 +0000
commit40ec5cc9fda8b217c1bfbab178af4db13d3da1f3 (patch)
tree9cdf296b913bb917486d53b5a50e590820df67a7 /www
parent326d1b7ce9c46f64e49700a62909e230bedba6d7 (diff)
downloadrockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.tar.gz
rockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.zip
buildwarn class added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@960 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index 2c4a54f689..eaad1e3833 100644
--- a/www/style.css
+++ b/www/style.css
@@ -55,6 +55,11 @@ A {
55 width: 3em; 55 width: 3em;
56} 56}
57 57
58.buildwarn {
59 background-color: yellow;
60 width: 3em;
61}
62
58.buildfail { 63.buildfail {
59 background-color: #ff8080; 64 background-color: #ff8080;
60 width: 3em; 65 width: 3em;