From df203f399774c8c4ba6203e12118e53ff3404fe3 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 7 Jun 2002 12:21:38 +0000 Subject: 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(+) (limited to 'www/style.css') 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; +} -- cgit v1.2.3