diff options
| author | Mark Otto <[email protected]> | 2017-09-09 17:40:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-09 17:40:22 -0700 |
| commit | 43574ed1c7a8fe1c915d4a7dbc20ae36dd66964f (patch) | |
| tree | 5769ec655d672304d24bbaa72103ab0a3e14ba94 /dist/css/bootstrap.css | |
| parent | 9cd634fb46c261f731709b0ab2728d2fc35b8ec4 (diff) | |
| download | bootstrap-43574ed1c7a8fe1c915d4a7dbc20ae36dd66964f.tar.xz bootstrap-43574ed1c7a8fe1c915d4a7dbc20ae36dd66964f.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
