Skip to content

Commit

Permalink
Add text-align:center to default button. Fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Apr 14, 2012
1 parent d932276 commit 8930989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh-buttons.css
Expand Up @@ -17,6 +17,7 @@
border: 1px solid #d4d4d4; border: 1px solid #d4d4d4;
margin: 0; margin: 0;
text-decoration: none; text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0 #fff; text-shadow: 1px 1px 0 #fff;
font:11px/normal sans-serif; font:11px/normal sans-serif;
color: #333; color: #333;
Expand Down

0 comments on commit 8930989

Please sign in to comment.