From ee0bda69edc66d9e864dd6a7b6ecfee5f1d9cd6a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 27 Feb 2012 19:13:56 +0100 Subject: [PATCH] Fix the style for -prefix-free --- static/css/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index a48c4298..ff774861 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 {