diff options
-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; } |