diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-11 12:26:21 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-11 12:26:21 +0000 |
| commit | 40ec5cc9fda8b217c1bfbab178af4db13d3da1f3 (patch) | |
| tree | 9cdf296b913bb917486d53b5a50e590820df67a7 | |
| parent | 326d1b7ce9c46f64e49700a62909e230bedba6d7 (diff) | |
| download | rockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.zip rockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.tar.gz rockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.tar.bz2 rockbox-40ec5cc9fda8b217c1bfbab178af4db13d3da1f3.tar.xz | |
buildwarn class added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@960 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index 2c4a54f..eaad1e3 100644 --- a/www/style.css +++ b/www/style.css @@ -55,6 +55,11 @@ A { width: 3em; } +.buildwarn { + background-color: yellow; + width: 3em; +} + .buildfail { background-color: #ff8080; width: 3em; |