summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-01-07 04:48:10 +0100
committerlpsolit%gmail.com <>2007-01-07 04:48:10 +0100
commita397877d8c01484c7b6a283be16c34f316c55ca2 (patch)
tree8ff519aafd3c0603b831229ffc1f6c88499b5133 /skins
parent7dbcf793c07f0ad6c2e528eb63e7862d6a977ef1 (diff)
downloadbugzilla-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.css2
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;
}