Skip to content

Instantly share code, notes, and snippets.

@0mg
Created March 12, 2010 14:24
Show Gist options
  • Save 0mg/330351 to your computer and use it in GitHub Desktop.
Save 0mg/330351 to your computer and use it in GitHub Desktop.
Twitter border-radius for Opera 10
.round {
border-radius: 5px !important;
}
.round-left {
border-radius: 5px 0 0 5px !important;
}
.round-right {
border-radius: 0 5px 5px 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment