mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Fix the style for -prefix-free
This commit is contained in:
parent
d90bf05c2b
commit
ee0bda69ed
1 changed files with 9 additions and 6 deletions
|
@ -103,18 +103,21 @@ header {
|
|||
top:2em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
box-shadow: 0 0 10px #D6D6D6;
|
||||
position: relative;
|
||||
top: -50px;
|
||||
transform: rotate(-35deg);
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
background: url(img/radicale.png)white center center no-repeat;
|
||||
box-shadow:0px 0px 10px #D6D6D6;
|
||||
color: transparent;
|
||||
display: block;
|
||||
height: 250px;
|
||||
position: relative;
|
||||
top: -50px;
|
||||
transform:rotate(-35deg);
|
||||
width: 165px;
|
||||
z-index:2;
|
||||
transition: all 0.7s;
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
h1 a:hover, h1 a:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue