From df203f399774c8c4ba6203e12118e53ff3404fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Fri, 7 Jun 2002 12:21:38 +0000 Subject: [PATCH] Added build status classes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@908 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 { color: #f0f0f0; line-height: 140%; } + +.buildok { + background-color: #00ff00; + width: 3em; +} + +.buildfailed { + background-color: #ff0000; + width: 3em; +}