Skip to content

Commit de6236c

Browse files
committed
Fixed typo in CSS for webkit-gradient on the arrow tip
1 parent 43b3bd3 commit de6236c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ a.next-page:after {
177177
#f7dcdf 100%);
178178
-webkit-transform:rotate(-45deg);
179179
background-image: -webkit-gradient(linear,100% 0%, 0% 100%,
180-
color-stop(0.1, #eee),
180+
color-stop(0.01, #eee),
181181
color-stop(0.05, #fdf6f7),
182182
color-stop(0.70, #fae9eb),
183183
color-stop(1, #f7dcdf));

0 commit comments

Comments
 (0)