From 24eee65c2559950e321161965ff5afd4a4b51001 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:32:14 -0800 Subject: grunt --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9af0be7c7..6f9c8a7a1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3200,12 +3200,12 @@ input[type="button"].btn-block { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical > .btn-group:last-child > .btn:first-child { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } -- cgit v1.2.3