diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2005-02-11 10:25:04 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2005-02-11 10:25:04 +0000 |
| commit | af4f3084a7fc97531333704c7e6583365042a54b (patch) | |
| tree | 1ff564ab9a20d11a5da060aaf47da80ff0626743 | |
| parent | 257e93c11c4a67c1bf914234f207032209698dde (diff) | |
| download | rockbox-af4f3084a7fc97531333704c7e6583365042a54b.zip rockbox-af4f3084a7fc97531333704c7e6583365042a54b.tar.gz rockbox-af4f3084a7fc97531333704c7e6583365042a54b.tar.bz2 rockbox-af4f3084a7fc97531333704c7e6583365042a54b.tar.xz | |
Removed build table cell width
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5903 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css index 61075c3..4fd0202 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 { |