1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Fix the logo position when hovered

This commit is contained in:
Guillaume Ayoub 2010-12-27 17:23:08 +01:00
parent 93c0f90f39
commit 498d96a7c7

View file

@ -19,7 +19,7 @@ color: #4e9a06;
h1 a:hover,
h1 a:focus {
background: #eeeeec url(img/radicale.png);
background: #eeeeec url(img/radicale.png) 50% 50% no-repeat;
}
pre {