From de6236c22dc7de5151dee73466ceaf0baea65bd8 Mon Sep 17 00:00:00 2001 From: Martin Castner Date: Wed, 2 Mar 2011 03:14:04 -0500 Subject: [PATCH] Fixed typo in CSS for webkit-gradient on the arrow tip --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 19cda29..1c324ab 100755 --- a/css/layout.css +++ b/css/layout.css @@ -177,7 +177,7 @@ a.next-page:after { #f7dcdf 100%); -webkit-transform:rotate(-45deg); background-image: -webkit-gradient(linear,100% 0%, 0% 100%, - color-stop(0.1, #eee), + color-stop(0.01, #eee), color-stop(0.05, #fdf6f7), color-stop(0.70, #fae9eb), color-stop(1, #f7dcdf));