From: Mark Otto Date: Sat, 12 Jan 2013 04:23:37 +0000 (-0800) Subject: Fixes #6555: remove .controls-row from responsive X-Git-Tag: v3.0.0-rc1~833^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9b5cd786d2e774f478704c9aa942f35ac5d2a0c;p=thirdparty%2Fbootstrap.git Fixes #6555: remove .controls-row from responsive --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3f7434cbdd..b296eeeb4c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5132,9 +5132,6 @@ a.badge:hover { display: inline-block; width: auto; } - .controls-row [class*="span"] + [class*="span"] { - margin-left: 0; - } .modal { position: fixed; top: 20px; diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 52aefff718..e690f239db 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -67,9 +67,6 @@ display: inline-block; // redeclare so they don't wrap to new lines width: auto; } - .controls-row [class*="span"] + [class*="span"] { - margin-left: 0; - } // Modals .modal {