From e41a294ecf836d3044db8ec447e45b1f42f204fc Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Fri, 29 Apr 2011 10:06:47 +0400 Subject: [PATCH] workaround for webkit's +/~ bug reverted --- styles/projection.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles/projection.css b/styles/projection.css index d4690c2..3656ca1 100644 --- a/styles/projection.css +++ b/styles/projection.css @@ -1,9 +1,6 @@ @import url(reset.css); @import url(fonts.css); -/* Fix for +/~ selectors in webkit */ -@-webkit-keyframes bugfix { from { padding:0; } to { padding:0; } } - BODY { overflow:hidden; background:#000; @@ -340,7 +337,6 @@ A { -webkit-border-radius:0.2em; -moz-border-radius:0.2em; border-radius:0.2em; - -webkit-animation:bugfix infinite 1s; } .progress DIV { position:absolute; @@ -358,5 +354,5 @@ A { transition:width 0.2s linear; } .progress-off:target ~ .progress { - visibility:hidden; + display:none; } \ No newline at end of file