-
-
Save satyr/421928 to your computer and use it in GitHub Desktop.
Twitter OAuth Caution (CSS only)
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document | |
url-prefix(https://twitter.com/oauth/authenticate?), | |
url-prefix(https://twitter.com/oauth/authorize?), | |
url-prefix(https://api.twitter.com/oauth/authenticate?), | |
url-prefix(https://api.twitter.com/oauth/authorize?), | |
url-prefix(http://twitter.com/oauth/authenticate?), | |
url-prefix(http://twitter.com/oauth/authorize?), | |
url-prefix(http://api.twitter.com/oauth/authenticate?), | |
url-prefix(http://api.twitter.com/oauth/authorize?) { | |
h4 > strong {font-size:300%} | |
h4 > strong > a {font-size:medium} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment