diff options
| author | Mark Otto <[email protected]> | 2013-03-01 00:50:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-01 00:50:08 -0800 |
| commit | 77e8e2aee9d560b9152ddb8f214da2aa6e03d516 (patch) | |
| tree | c1008718a714badad0c00639529a6b141f06395e /docs | |
| parent | 492c249537d7cdce6148ac8a1c056c4d89451fb2 (diff) | |
| download | bootstrap-77e8e2aee9d560b9152ddb8f214da2aa6e03d516.tar.xz bootstrap-77e8e2aee9d560b9152ddb8f214da2aa6e03d516.zip | |
Fix alignment of .navbar-brand
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3d6d8bf38..a76be141e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3373,7 +3373,7 @@ button.close { float: left; padding-top: 15px; padding-bottom: 15px; - margin-left: -15px; + margin-left: -10px; } .navbar .nav { float: left; |
