diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-07 12:21:38 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-07 12:21:38 +0000 |
| commit | df203f399774c8c4ba6203e12118e53ff3404fe3 (patch) | |
| tree | 5eaee33daf07e91b4eb9206b37cdb880ddfd3eea | |
| parent | 4a89a6cfcf319085fdc1f0f8a3b7f14b5c8e3eba (diff) | |
| download | rockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.zip rockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.tar.gz rockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.tar.bz2 rockbox-df203f399774c8c4ba6203e12118e53ff3404fe3.tar.xz | |
Added build status classes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@908 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index 8c97df4..cb8c165 100644 --- a/www/style.css +++ b/www/style.css @@ -49,3 +49,13 @@ A { color: #f0f0f0; line-height: 140%; } + +.buildok { + background-color: #00ff00; + width: 3em; +} + +.buildfailed { + background-color: #ff0000; + width: 3em; +} |