summaryrefslogtreecommitdiff
path: root/www/style.css
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/style.css
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/style.css')
-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 {
66 66
67.buildok { 67.buildok {
68 background-color: #00ff00; 68 background-color: #00ff00;
69 width: 3em;
70} 69}
71 70
72.buildwarn { 71.buildwarn {
73 background-color: #ffff00; 72 background-color: #ffff00;
74 width: 3em;
75} 73}
76 74
77.buildfail { 75.buildfail {
78 background-color: #ff8080; 76 background-color: #ff8080;
79 width: 3em;
80} 77}
81 78
82.gccwarn { 79.gccwarn {