From 8bea86e2efed39af9d7469b20593d639532b84d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Sep 2013 09:50:38 -0700 Subject: fixes #10024: Use negative margin to fix the border between button and input in input groups --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 81f16da51..62a4257a0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3791,6 +3791,14 @@ textarea.input-group-sm > .input-group-btn > .btn { white-space: nowrap; } +.input-group-btn:first-child > .btn { + margin-right: -1px; +} + +.input-group-btn:last-child > .btn { + margin-left: -1px; +} + .input-group-btn > .btn { position: relative; } -- cgit v1.2.3