Skip to content

Commit 8170cf5

Browse files
committed
Merge pull request #17 from jroenf/arrows
One color stop less for Arrows
2 parents 48bf9ac + 9ecc4d8 commit 8170cf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ <h1>CSS3 Patterns Gallery</h1>
3636
background-size: 15px 30px" title="Half-Rombes" data-author="Valentin Agachi" data-author-url="http://agachi.name/"></li>
3737

3838
<li style="background:
39-
linear-gradient(45deg, #92baac 45px, transparent 45px),
4039
linear-gradient(45deg, #92baac 45px, transparent 45px)64px 64px,
41-
linear-gradient(225deg, transparent 46px, #e1ebbd 46px, #e1ebbd 91px, transparent 91px),
40+
linear-gradient(45deg, #92baac 45px, transparent 45px,transparent 91px, #e1ebbd 91px, #e1ebbd 135px, transparent 135px),
4241
linear-gradient(-45deg, #92baac 23px, transparent 23px, transparent 68px,#92baac 68px,#92baac 113px,transparent 113px,transparent 158px,#92baac 158px);
4342
background-color:#e1ebbd;
44-
background-size: 128px 128px" title="Arrows" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf"></li>
43+
background-size: 128px 128px;" title="Arrows" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf"></li>
4544

4645
<li style="background:
4746
linear-gradient(315deg, #ECEDDC 25%, transparent 25%) -50px 0,

0 commit comments

Comments
 (0)