diff --git a/static/css/custom.css b/static/css/custom.css index 42d8e40..f10827d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -20,21 +20,28 @@ .commento-google-button:before { content: "\f1a0"; -} -.commento-github-button:before { - content: "\f09b"; -} -.commento-twitter-button:before { - content: "\f099"; -} -.commento-google-button:before, -.commento-github-button:beforem -.commento-twitter-button:before { font-family: FontAwesome; display: inline-block; padding-right: 3px; vertical-align: middle; - width: auto !important; +} +.commento-github-button:before { + content: "\f09b"; + font-family: FontAwesome; + display: inline-block; + padding-right: 3px; + vertical-align: middle; +} +.commento-twitter-button:before { + content: "\f099"; + font-family: FontAwesome; + display: inline-block; + padding-right: 3px; + vertical-align: middle; +} + +.commento-oauth-buttons button { + width: auto !important; } .commento-root a,