From 43574ed1c7a8fe1c915d4a7dbc20ae36dd66964f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 9 Sep 2017 17:40:22 -0700 Subject: dist --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8363c4490..f799f8397 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5634,11 +5634,11 @@ a.bg-dark:focus, a.bg-dark:hover { } .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } .clearfix::after { -- cgit v1.2.3