aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 13:36:08 -0800
committerMark Otto <[email protected]>2012-01-27 13:36:08 -0800
commitd7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb (patch)
treeeb49b418073a46628e94e398e19b544963df74a1 /less
parenta0b40b361a59987c98688fafae05d2eb68b659db (diff)
downloadbootstrap-d7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb.tar.xz
bootstrap-d7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb.zip
align text in buttons so folks can easily make them different widths
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index f18cf9d95..08620a3c3 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -77,6 +77,7 @@
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @grayDark;
+ text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
#gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
border: 1px solid #ccc;