Skip to content

Instantly share code, notes, and snippets.

@ondrejmirtes
Created June 29, 2011 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ondrejmirtes/1053900 to your computer and use it in GitHub Desktop.
Save ondrejmirtes/1053900 to your computer and use it in GitHub Desktop.
Curvy corners - různá nastavení
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