fix sitelink hover

This commit is contained in:
Jörg Thalheim 2013-01-03 18:40:17 +01:00
parent f124283312
commit 8aa4d19b00
2 changed files with 8 additions and 14 deletions

View File

@ -1,7 +1,8 @@
nav
a href="/" id="sitelink" title="Homepage"
' H
span B
#sitelink
a href="/" title="Homepage"
' H
span B
ul
li
==link_to "Impressum", "/impressum.html", :class => "navlink", :title => "Impressum"

View File

@ -39,19 +39,12 @@ $green: #859900;
}
#sitelink {
color:$rebase03;
span {
color: $rebase03;
}
a { color: $rebase03; }
span { color: $rebase03; }
&:hover {
color: $rebase1;
a { color: $rebase1; }
span { color: $rebase1; }
}
span {
color: $rebase03
}
}
#sitelink span:hover {
color: inherit;
}
}
footer {