]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4577: no margin on .control-row .span* in responsive
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 18:46:47 +0000 (11:46 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 18:46:47 +0000 (11:46 -0700)
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index 07542e249a2c916e08934287310fc172cd95852d..1c454de0f99b5db81f229aae01501d6412bbd037 100644 (file)
     display: inline-block;
     width: auto;
   }
+  .controls-row [class*="span"] + [class*="span"] {
+    margin-left: 0;
+  }
   .modal {
     position: fixed;
     top: 20px;
index 41207a203b53d93a948104e74d10ddb3e69c43fd..3202c1905c478c8c3cc72f7179d814aa14fea7cb 100644 (file)
@@ -90,6 +90,9 @@
     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 {