From 7752a8b4a25970a0dbf51a5b3bff1d4d5db2c3a5 Mon Sep 17 00:00:00 2001 From: Tomek Dubrownik Date: Tue, 24 Apr 2012 07:37:31 +0200 Subject: [PATCH] webkit transition --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 7dcbfed..6780a07 100644 --- a/css/style.css +++ b/css/style.css @@ -177,6 +177,7 @@ header { -moz-transition-property: all; -moz-transition-duration: 0.15s; -moz-transition-timing-function: ease-out; + -webkit-transition: all 0.15s ease-out; } #header-menu a:hover {