fix #80: add a link in the footer to report a wrong display

This commit is contained in:
Nicolas Lœuillet
2013-07-31 19:21:49 +02:00
parent 3db95a85de
commit 70b5d24f72
4 changed files with 11 additions and 4 deletions

View File

@ -23,7 +23,7 @@ a, a:hover, a:visited {
color: #fff;
}
#links a:hover, .backhome a:hover{
#links a:hover, .backhome a:hover, .support a:hover{
background-color: #040707;
color: #F1F1F1;
}