diff options
| author | Mark Otto <[email protected]> | 2012-08-27 11:46:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 11:46:47 -0700 |
| commit | 15317419f4900caf63cb61c4005d67064ba4b63f (patch) | |
| tree | f449f5e8b8ce2d2a07c09bf5d3dae81833f860f5 /docs/assets/css/bootstrap-responsive.css | |
| parent | 8a5dde556b4b029a18faa8c863284d72f7df3b28 (diff) | |
| download | bootstrap-15317419f4900caf63cb61c4005d67064ba4b63f.tar.xz bootstrap-15317419f4900caf63cb61c4005d67064ba4b63f.zip | |
fixes #4577: no margin on .control-row .span* in responsive
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 07542e249..1c454de0f 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -846,6 +846,9 @@ display: inline-block; width: auto; } + .controls-row [class*="span"] + [class*="span"] { + margin-left: 0; + } .modal { position: fixed; top: 20px; |
