mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Fix the logo position when hovered
This commit is contained in:
parent
93c0f90f39
commit
498d96a7c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ color: #4e9a06;
|
||||||
|
|
||||||
h1 a:hover,
|
h1 a:hover,
|
||||||
h1 a:focus {
|
h1 a:focus {
|
||||||
background: #eeeeec url(img/radicale.png);
|
background: #eeeeec url(img/radicale.png) 50% 50% no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue