0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
This commit is contained in:
Mark Otto 2017-09-09 17:40:22 -07:00
parent 9cd634fb46
commit 43574ed1c7
4 changed files with 5 additions and 5 deletions

View File

@ -5634,11 +5634,11 @@ a.bg-dark:focus, a.bg-dark:hover {
} }
.rounded-circle { .rounded-circle {
border-radius: 50%; border-radius: 50% !important;
} }
.rounded-0 { .rounded-0 {
border-radius: 0; border-radius: 0 !important;
} }
.clearfix::after { .clearfix::after {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long