diff options
| author | Mark Otto <[email protected]> | 2013-06-27 20:15:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-27 20:15:44 -0700 |
| commit | d9a662ed1dbe3dbfe30980d45c831e3b454bff86 (patch) | |
| tree | ea28c72ed1ce5e5fab9bd5ae3d1a023bf6a9f6aa /docs | |
| parent | 5156234c23956cb944469173f28ffd5a85966f55 (diff) | |
| download | bootstrap-d9a662ed1dbe3dbfe30980d45c831e3b454bff86.tar.xz bootstrap-d9a662ed1dbe3dbfe30980d45c831e3b454bff86.zip | |
fixes #7977: prevent some table bullshit on input groups
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c362c1f09..dc62bef97 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1679,6 +1679,7 @@ input[type="color"].input-small { .input-group { display: table; + border-collapse: separate; } .input-group.col { |
