Created
March 12, 2010 14:24
-
-
Save 0mg/330351 to your computer and use it in GitHub Desktop.
Twitter border-radius for Opera 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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