aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-27 11:07:17 -0800
committerJacob Thornton <[email protected]>2012-01-27 11:07:17 -0800
commit3b3dbd7229f53eb71759def4eca90dfd7a2699f8 (patch)
tree89a8af1724ef8791a315a028c5515a5ec8500d3b /less/buttons.less
parentaa594501bd24d51181dc3504602aa4aaefb1cb60 (diff)
parent97546adc90a9c8149bb4560641b4164338e38063 (diff)
downloadbootstrap-3b3dbd7229f53eb71759def4eca90dfd7a2699f8.tar.xz
bootstrap-3b3dbd7229f53eb71759def4eca90dfd7a2699f8.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: docs/assets/css/bootstrap.css
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index d7f533783..f18cf9d95 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -67,6 +67,13 @@
// Button Base
display: inline-block;
padding: 4px 10px 4px;
+ *padding: 2px 10px;
+ // IE7 likes to collapse the whitespace before the button, so bring it back...
+ *margin-left: 4px;
+ &:first-child {
+ // ...but not before the first button
+ *margin-left: 0;
+ }
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @grayDark;