diff options
| author | Mark Otto <[email protected]> | 2013-08-16 11:08:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 11:08:29 -0700 |
| commit | 771ac3207e1f5c0a624680a11e8245da13dcac12 (patch) | |
| tree | bdc9b001b60400d5f373b678af6bcea92327a5d0 /less | |
| parent | 4684e0c09bb74071f3411ceb6068acd9cf0ff3e9 (diff) | |
| download | bootstrap-771ac3207e1f5c0a624680a11e8245da13dcac12.tar.xz bootstrap-771ac3207e1f5c0a624680a11e8245da13dcac12.zip | |
xs button is xs-er (fixes #9695)
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 9cd6f7354..5d60d39a7 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -131,7 +131,7 @@ .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); } .btn-xs { - padding: 3px 5px; + padding: 1px 5px; } |
