diff options
| author | Mark Otto <[email protected]> | 2013-05-27 19:23:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-27 19:23:17 -0700 |
| commit | 8899c30f16a32f1c3237242abf5e1bde5d88d0ca (patch) | |
| tree | 47b8b4f0e38af1f48c1c632982aed23e799d4e03 /less | |
| parent | 60575dfb461d5e01d36b564dccc55ef260982081 (diff) | |
| parent | a7a87c8e8c3343f6d9dea868d578178de8907f98 (diff) | |
| download | bootstrap-8899c30f16a32f1c3237242abf5e1bde5d88d0ca.tar.xz bootstrap-8899c30f16a32f1c3237242abf5e1bde5d88d0ca.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index c61fd50fa..10a315da6 100644 --- a/less/forms.less +++ b/less/forms.less @@ -359,7 +359,7 @@ select:focus:invalid { // ------------------------- .input-group-addon { .box-sizing(border-box); - padding: 6px 8px; + padding: @padding-base-vertical @padding-base-horizontal; font-size: @font-size-base; font-weight: normal; line-height: @line-height-base; |
