diff options
| author | Mark Otto <[email protected]> | 2012-07-24 01:44:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-24 01:44:12 -0700 |
| commit | 7590e65f6f4641d946d0bfec2f4a84bbd3f561cd (patch) | |
| tree | 9739ccda10fea8ed27ef50f631d8b0e0e8f547da /less/forms.less | |
| parent | 394922a1bfe3360b20aea29e8ffe22133f56b908 (diff) | |
| download | bootstrap-7590e65f6f4641d946d0bfec2f4a84bbd3f561cd.tar.xz bootstrap-7590e65f6f4641d946d0bfec2f4a84bbd3f561cd.zip | |
fix search form, mostly in navbar
Diffstat (limited to 'less/forms.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 ddadab8ca..1a469072c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -495,7 +495,7 @@ select:focus:required:invalid { padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; // Remove the default margin on all inputs - .border-radius(14px); + .border-radius(15px); } /* Allow for input prepend/append in search forms */ |
