From: Mark Otto Date: Tue, 9 Feb 2016 07:43:37 +0000 (-0800) Subject: linting follow up to #19140 X-Git-Tag: v4.0.0-alpha.3~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d7ed77c8cd19649a9c6ed2494bbd4865b0c199;p=thirdparty%2Fbootstrap.git linting follow up to #19140 --- diff --git a/scss/_card.scss b/scss/_card.scss index 27c5025f0f..e1f4d89a25 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -60,8 +60,8 @@ > .list-group:last-child { .list-group-item:last-child { - border-bottom-left-radius: $card-border-radius; border-bottom-right-radius: $card-border-radius; + border-bottom-left-radius: $card-border-radius; } } }