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;
|
top:2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
box-shadow: 0 0 10px #D6D6D6;
|
||||||
|
position: relative;
|
||||||
|
top: -50px;
|
||||||
|
transform: rotate(-35deg);
|
||||||
|
z-index:2;
|
||||||
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
background: url(img/radicale.png)white center center no-repeat;
|
background: url(img/radicale.png)white center center no-repeat;
|
||||||
box-shadow:0px 0px 10px #D6D6D6;
|
|
||||||
color: transparent;
|
color: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
position: relative;
|
|
||||||
top: -50px;
|
|
||||||
transform:rotate(-35deg);
|
|
||||||
width: 165px;
|
|
||||||
z-index:2;
|
|
||||||
transition: all 0.7s;
|
transition: all 0.7s;
|
||||||
|
width: 165px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a:hover, h1 a:focus {
|
h1 a:hover, h1 a:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue