summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2005-02-11 10:25:04 +0000
committerBjörn Stenberg <bjorn@haxx.se>2005-02-11 10:25:04 +0000
commitaf4f3084a7fc97531333704c7e6583365042a54b (patch)
tree1ff564ab9a20d11a5da060aaf47da80ff0626743 /www
parent257e93c11c4a67c1bf914234f207032209698dde (diff)
downloadrockbox-af4f3084a7fc97531333704c7e6583365042a54b.tar.gz
rockbox-af4f3084a7fc97531333704c7e6583365042a54b.zip
Removed build table cell width
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5903 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index 61075c3047..4fd0202210 100644
--- a/www/style.css
+++ b/www/style.css
@@ -66,17 +66,14 @@ A {
.buildok {
background-color: #00ff00;
- width: 3em;
}
.buildwarn {
background-color: #ffff00;
- width: 3em;
}
.buildfail {
background-color: #ff8080;
- width: 3em;
}
.gccwarn {