diff options
| author | Mark Otto <[email protected]> | 2016-12-29 13:22:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-29 13:22:26 -0800 |
| commit | 424380f7b48264c6fdc288f787eae016b492fa24 (patch) | |
| tree | 08a4a8ed8542e2c38ba2b067b232fdd940dadd37 /docs | |
| parent | 51b00ea833f145490621b96b739ece5a54c928e5 (diff) | |
| download | bootstrap-424380f7b48264c6fdc288f787eae016b492fa24.tar.xz bootstrap-424380f7b48264c6fdc288f787eae016b492fa24.zip | |
remove commented out code, add top margin
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_layouts/docs.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 3e0e4ccce..b8a2a73d1 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -12,14 +12,7 @@ {% include nav-home.html %} - <!-- <div class="bd-pageheader"> - <div class="container"> - {% include page-headers.html %} - {% include ads.html %} - </div> - </div> --> - - <div class="container"> + <div class="container mt-4"> <div class="row"> <div class="col-12 col-md-3 bd-sidebar"> {% include nav-docs.html %} |
