aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap-flex.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 16:49:39 -0800
committerMark Otto <[email protected]>2016-11-26 16:49:39 -0800
commitb456cb351d056b5884e9f0c089b28e84f08ee256 (patch)
treecae6f86a821d1217b18a414719ad4862c3feda53 /docs/dist/css/bootstrap-flex.css
parentf7f5547dab499e00301afec1154c85bd2f22faa3 (diff)
downloadbootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.tar.xz
bootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
-rw-r--r--docs/dist/css/bootstrap-flex.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css
index b69251c76..f60a936d8 100644
--- a/docs/dist/css/bootstrap-flex.css
+++ b/docs/dist/css/bootstrap-flex.css
@@ -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;