Created
June 29, 2011 14:09
-
-
Save ondrejmirtes/1053900 to your computer and use it in GitHub Desktop.
Curvy corners - různá nastavení
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curvyCorners({ | |
tl: { radius: 5 }, | |
tr: { radius: 5 }, | |
bl: { radius: 5 }, | |
br: { radius: 5 }, | |
antiAlias: true | |
}, '.box,.items,#footer .up,.grey-box,#navigation ul'); | |
curvyCorners({ | |
tl: { radius: 20 }, | |
tr: { radius: 20 }, | |
bl: { radius: 0 }, | |
br: { radius: 0 }, | |
antiAlias: true | |
}, '#header form,#header form fieldset,.msg,.slider-wrapper'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment