diff options
author | lpsolit%gmail.com <> | 2007-01-07 04:48:10 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-01-07 04:48:10 +0100 |
commit | a397877d8c01484c7b6a283be16c34f316c55ca2 (patch) | |
tree | 8ff519aafd3c0603b831229ffc1f6c88499b5133 /skins | |
parent | 7dbcf793c07f0ad6c2e528eb63e7862d6a977ef1 (diff) | |
download | bugzilla-a397877d8c01484c7b6a283be16c34f316c55ca2.tar.gz bugzilla-a397877d8c01484c7b6a283be16c34f316c55ca2.tar.xz |
Bug 365401: CSS error in dependency-tree.css - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/dependency-tree.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/dependency-tree.css b/skins/standard/dependency-tree.css index 1ba8ea7b7..cab167171 100644 --- a/skins/standard/dependency-tree.css +++ b/skins/standard/dependency-tree.css @@ -90,5 +90,5 @@ ul.tree a.tree_link img { .summ_h A { background-color: #ffffaa; color: #333; - text-decoration: underline bold; + font-weight: bold; } |