Skip to content

Instantly share code, notes, and snippets.

@stve
Forked from defunkt/gist:175678
Created August 26, 2009 19:19
Show Gist options
  • Save stve/175739 to your computer and use it in GitHub Desktop.
Save stve/175739 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