diff --git a/gh-buttons.css b/gh-buttons.css index 70c1d97..6ca3c38 100644 --- a/gh-buttons.css +++ b/gh-buttons.css @@ -38,6 +38,11 @@ http://github.com/necolas/css3-github-buttons *display: inline; } +/* overrides padding for buttons with icons but no text */ +.button.no-text { + padding-right: 0px !important; +} + .button:hover, .button:focus, .button:active,