removed border-bottom on link hover which made trac behave strangly

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40606
This commit is contained in:
Pablo Hoffman 2009-01-02 17:15:22 +00:00
parent f7e4b91fe7
commit 12b56a3e39
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ol.arabic { list-style-type: decimal }
border-bottom:1px solid #D78888;
color:#6E0909;
}
:link:hover, :visited:hover { color:#c35012; border-bottom:1px solid #ef994c }
:link:hover, :visited:hover { color:#c35012; }
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
color: inherit;