Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-27 22:46:47 +0400
committerMark Otto <markotto@twitter.com>2012-08-27 22:46:47 +0400
commit15317419f4900caf63cb61c4005d67064ba4b63f (patch)
treef449f5e8b8ce2d2a07c09bf5d3dae81833f860f5 /less/responsive-767px-max.less
parent8a5dde556b4b029a18faa8c863284d72f7df3b28 (diff)
fixes #4577: no margin on .control-row .span* in responsive
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 41207a203b..3202c1905c 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -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 {