2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
This commit is contained in:
Mark Otto
2016-11-26 16:49:39 -08:00
parent f7f5547dab
commit b456cb351d
18 changed files with 118 additions and 13 deletions
+24
View File
@@ -6476,6 +6476,26 @@ a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #101112 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.rounded {
border-radius: 0.25rem;
}
@@ -6504,6 +6524,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
border-radius: 50%;
}
.rounded-0 {
border-radius: 0;
}
.clearfix::after {
content: "";
display: table;