From 3585991be94fd7f81cc5210213bda998c9698abe Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Thu, 26 Sep 2013 18:42:45 -0500 Subject: [PATCH] Remove width limit on the row class This is in attempt to design a good interface. --- assets/bootstrap/css/bootstrap.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/bootstrap/css/bootstrap.css b/assets/bootstrap/css/bootstrap.css index 3158e23..9d22e3c 100644 --- a/assets/bootstrap/css/bootstrap.css +++ b/assets/bootstrap/css/bootstrap.css @@ -756,12 +756,6 @@ pre code { clear: both; } -@media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} .row .row { margin-right: -15px;