Skip to content

Instantly share code, notes, and snippets.

@skammer
Forked from defunkt/gist:175678
Created August 26, 2009 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save skammer/175684 to your computer and use it in GitHub Desktop.
Save skammer/175684 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