diff options
author | lpsolit%gmail.com <> | 2006-05-23 09:31:35 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-05-23 09:31:35 +0200 |
commit | 7adc23f4c0b17143d2ba9f8dab4d6a37981ef688 (patch) | |
tree | 5364d5407c818937b7cbe26273692f36d71d54a3 /skins | |
parent | 7827c282291a7a40d9babfeb0420d93d63940982 (diff) | |
download | bugzilla-7adc23f4c0b17143d2ba9f8dab4d6a37981ef688.tar.gz bugzilla-7adc23f4c0b17143d2ba9f8dab4d6a37981ef688.tar.xz |
Bug 152361: can't continue walking a dependency tree - Patch by André Batosti <batosti@async.com.br> r/a=myk
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/dependency-tree.css | 4 | ||||
-rw-r--r-- | skins/standard/dependency-tree/tree.png | bin | 0 -> 961 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/dependency-tree.css b/skins/standard/dependency-tree.css index 859ea199a..1ba8ea7b7 100644 --- a/skins/standard/dependency-tree.css +++ b/skins/standard/dependency-tree.css @@ -57,6 +57,10 @@ ul.tree li a.b_closed { cursor: pointer; } +ul.tree a.tree_link img { + border: 0; +} + .summ_info { /* change to inline if you would like to see the full bug details * displayed in the list */ diff --git a/skins/standard/dependency-tree/tree.png b/skins/standard/dependency-tree/tree.png Binary files differnew file mode 100644 index 000000000..884d34732 --- /dev/null +++ b/skins/standard/dependency-tree/tree.png |