bug #1777249 [display] Do not underline links in left panel (in default themes)

This commit is contained in:
Marc Delisle
2007-11-05 17:51:57 +00:00
parent 9613eb2625
commit d1fdd21c88
2 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,13 @@ a img {
border: 0;
}
a:link,
a:visited,
a:active {
text-decoration: none;
color: #0000FF;
}
ul {
margin:0;
}