diff options
| author | Mark Otto <[email protected]> | 2012-01-28 18:11:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 18:11:31 -0800 |
| commit | 4fa931e403ec3ae2f8f7f690c6c4040365f68ba9 (patch) | |
| tree | b1babf3699668256e297aed08d1c3442694d77b9 /docs/assets/css/bootstrap.css | |
| parent | 06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b (diff) | |
| download | bootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.tar.xz bootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.zip | |
fix the navbar click and a few jank responsive problems
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bf1116f53..6916e9361 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2315,8 +2315,8 @@ button.btn.small, input[type="submit"].btn.small { display: none; float: right; padding: 7px 10px; - margin-left: 10px; - margin-right: 10px; + margin-left: 5px; + margin-right: 5px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); |
