]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6555: remove .controls-row from responsive
authorMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:23:37 +0000 (20:23 -0800)
committerMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:23:37 +0000 (20:23 -0800)
docs/assets/css/bootstrap.css
less/responsive-767px-max.less

index 3f7434cbdd768eb9ef0a432fd230859a693fc62b..b296eeeb4cf630b60b3704dbd4a5a2f14b97861d 100644 (file)
@@ -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;
index 52aefff7182fe41000dbdf9867a6a5106f227a8a..e690f239dbe920ae9150a2e41a036f7f83437f8c 100644 (file)
@@ -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 {