From aa5ee237c97521ff600607727c505fe524bb3edc Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2014 16:31:57 +0000 Subject: [PATCH] Removed left: 0 value, now set via settings & JS --- lib/ice-coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 7fde009..1b16892 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -50,7 +50,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} 100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)} } -.plugins {position: absolute; display: inline-block; width: 3px; height: 100%; top: 0; left: 0; background: transparent; overflow: hidden; z-index: 3; +.plugins {position: absolute; display: inline-block; width: 3px; height: 100%; top: 0; background: transparent; overflow: hidden; z-index: 3; transition: all 0.07s ease-out; }