mirror of https://github.com/scrapy/scrapy.git
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:
parent
f7e4b91fe7
commit
12b56a3e39
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue