1
0
Fork 0
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:
Guillaume Ayoub 2012-02-27 19:13:56 +01:00
parent d90bf05c2b
commit ee0bda69ed

View file

@ -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 {