aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap-grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-27 22:29:55 -0800
committerMark Otto <[email protected]>2016-11-27 22:29:55 -0800
commit4393da18f60d9d99a32b8382d33085dc4229e250 (patch)
treee1b5d7d85fef9080ff4778714d375e785964efb6 /docs/dist/css/bootstrap-grid.css
parent5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43 (diff)
downloadbootstrap-4393da18f60d9d99a32b8382d33085dc4229e250.tar.xz
bootstrap-4393da18f60d9d99a32b8382d33085dc4229e250.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-grid.css')
-rw-r--r--docs/dist/css/bootstrap-grid.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap-grid.css b/docs/dist/css/bootstrap-grid.css
index 6ee1ee5f5..4f3cd7771 100644
--- a/docs/dist/css/bootstrap-grid.css
+++ b/docs/dist/css/bootstrap-grid.css
@@ -23,8 +23,8 @@ html {
}
.container::after {
+ display: block;
content: "";
- display: table;
clear: both;
}
@@ -92,8 +92,8 @@ html {
}
.container-fluid::after {
+ display: block;
content: "";
- display: table;
clear: both;
}
@@ -131,8 +131,8 @@ html {
}
.row::after {
+ display: block;
content: "";
- display: table;
clear: both;
}