diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:23:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:23:37 -0800 |
| commit | b9b5cd786d2e774f478704c9aa942f35ac5d2a0c (patch) | |
| tree | 91fa6d9578690b31ca03b5758bfaff676ada7fcc | |
| parent | 91dd77939b4183fa86973056778ad87950674410 (diff) | |
| download | bootstrap-b9b5cd786d2e774f478704c9aa942f35ac5d2a0c.tar.xz bootstrap-b9b5cd786d2e774f478704c9aa942f35ac5d2a0c.zip | |
Fixes #6555: remove .controls-row from responsive
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 | ||||
| -rw-r--r-- | less/responsive-767px-max.less | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3f7434cbd..b296eeeb4 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 52aefff71..e690f239d 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 { |
