From 8930989334fac659b8d5c35fd2a028d6492f4fe3 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 14 Apr 2012 12:07:48 +0100 Subject: [PATCH] Add `text-align:center` to default button. Fix #15 --- gh-buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gh-buttons.css b/gh-buttons.css index 7ff01f2..c22a830 100644 --- a/gh-buttons.css +++ b/gh-buttons.css @@ -17,6 +17,7 @@ border: 1px solid #d4d4d4; margin: 0; text-decoration: none; + text-align: center; text-shadow: 1px 1px 0 #fff; font:11px/normal sans-serif; color: #333;