1
0
Fork 0

Fixed typo in CSS for webkit-gradient on the arrow tip

This commit is contained in:
Martin Castner 2011-03-02 03:14:04 -05:00
parent 43b3bd31b8
commit de6236c22d
1 changed files with 1 additions and 1 deletions

View File

@ -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));