Skip to content

Instantly share code, notes, and snippets.

@kavu
Forked from skammer/gist:175684
Created August 26, 2009 20:58
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 kavu/175837 to your computer and use it in GitHub Desktop.
Save kavu/175837 to your computer and use it in GitHub Desktop.
// replaced this
$(document).ready(function() {
if ($.fn.corner) $('.corner').corner()
})
// with this
.corner {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 3px;
}
// (re: http://twitter.com/defunkt/status/3560974911)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment