diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:39:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:39:46 -0700 |
| commit | 542f9973ed331bb55eb41fcea1f381191ab5e068 (patch) | |
| tree | 83911d33b351861194c071ee1f6c8ab2ad33cb66 /docs/assets/css/src/docs.css | |
| parent | bb3157c2d92888348cbf1fd384fc59630f3ea267 (diff) | |
| download | bootstrap-542f9973ed331bb55eb41fcea1f381191ab5e068.tar.xz bootstrap-542f9973ed331bb55eb41fcea1f381191ab5e068.zip | |
Fix navbar margins and update grid sidebar styles to match
Diffstat (limited to 'docs/assets/css/src/docs.css')
| -rw-r--r-- | docs/assets/css/src/docs.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index b63ff634b..9e7535e9a 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -73,6 +73,12 @@ body { font-size: 20px; line-height: 28px; } +.bs-docs-booticon-md { + width: 40px; + height: 40px; + font-size: 28px; + line-height: 40px; +} .bs-docs-booticon-lg { width: 144px; height: 144px; @@ -644,8 +650,8 @@ body { display: none; } .bs-docs-toc-item { - margin-right: -15px; - margin-left: -15px; + margin-right: -.75rem; + margin-left: -.75rem; } .bs-docs-toc-link { |
