From 003a39f0498c2aaa09dda0ea9916009e44a0fb6b Mon Sep 17 00:00:00 2001 From: Victor Hugo Matias Date: Mon, 2 Jun 2014 11:08:39 -0300 Subject: [PATCH] Add a space in boxes: top and bottom in responsive --- css/bootstrap-responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap-responsive.css b/css/bootstrap-responsive.css index 09e88ce..deac266 100755 --- a/css/bootstrap-responsive.css +++ b/css/bootstrap-responsive.css @@ -842,7 +842,7 @@ display: block; float: none; width: 100%; - margin-left: 0; + margin: 10px 0 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;