change background image of homepage link on hover (#8205)

This commit is contained in:
Serghei Mihai 2015-09-19 15:45:34 +02:00
parent d9464f78a4
commit 8dee601e5f
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -70,6 +70,10 @@ div#nav li:first-child a {
color: #E27828;
}
div#nav li:first-child a:hover {
background: #FF6E00 url(image/logo_accueil_hover.png) no-repeat 10px 50%;
}
div#main-content {
margin: 10px 4px;
}