Skip to content

Instantly share code, notes, and snippets.

@Kilian
Created July 10, 2009 11:06
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 Kilian/144406 to your computer and use it in GitHub Desktop.
Save Kilian/144406 to your computer and use it in GitHub Desktop.
=border-radius(!radius)
:-moz-border-radius = !radius
:-webkit-border-radius = !radius
:-o-border-radius = !radius
:border-radius = !radius
=border-top-left-radius(!radius)
:-moz-border-radius-topleft = !radius
:-webkit-border-top-left-radius = !radius
:-o-border-top-left-radius = !radius
:border-top-left-radius = !radius
=border-top-right-radius(!radius)
:-moz-border-radius-topright = !radius
:-webkit-border-top-right-radius = !radius
:-o-border-top-right-radius = !radius
:border-top-right-radius = !radius
=border-bottom-left-radius(!radius)
:-moz-border-radius-bottomleft = !radius
:-webkit-border-bottom-left-radius = !radius
:-o-border-bottom-left-radius = !radius
:border-bottom-left-radius = !radius
=border-bottom-right-radius(!radius)
:-moz-border-radius-bottomright = !radius
:-webkit-border-bottom-right-radius = !radius
:-o-border-bottom-right-radius = !radius
:border-bottom-right-radius = !radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment