diff options
| author | Mark Otto <[email protected]> | 2012-08-22 20:32:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-22 20:32:47 -0700 |
| commit | ac4420237c166538e34768b7cdc64a38470ad493 (patch) | |
| tree | f22e2168fdf0fbc5278a7933dce13e56ceafc74d /docs/assets/css/bootstrap.css | |
| parent | 4775bc910cbf01a455e4be3f40efb23410113e20 (diff) | |
| download | bootstrap-ac4420237c166538e34768b7cdc64a38470ad493.tar.xz bootstrap-ac4420237c166538e34768b7cdc64a38470ad493.zip | |
fixes #4591 properly: remove -1px left margin on .input-append .add-on
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53eae469a..483a13fad 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1512,7 +1512,6 @@ select:focus:required:invalid:focus { .input-prepend .add-on, .input-append .btn, .input-prepend .btn { - margin-left: -1px; vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; @@ -1545,6 +1544,11 @@ select:focus:required:invalid:focus { border-radius: 3px 0 0 3px; } +.input-append .add-on, +.input-append .btn { + margin-left: -1px; +} + .input-append .add-on:last-child, .input-append .btn:last-child { -webkit-border-radius: 0 3px 3px 0; |
