From 4393da18f60d9d99a32b8382d33085dc4229e250 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 27 Nov 2016 22:29:55 -0800 Subject: grunt --- docs/dist/css/bootstrap-grid.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap-grid.css') 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; } -- cgit v1.2.3