diff options
| author | Alexandr Kondrashov <[email protected]> | 2015-09-11 16:43:00 +0300 |
|---|---|---|
| committer | Alexandr Kondrashov <[email protected]> | 2015-09-11 16:43:00 +0300 |
| commit | c9725926b2f30bed4e37f57c20ef8ffeb2fd233b (patch) | |
| tree | 2964ad7556549dd3e0712bdfdbc5fc4ae7a9b45f /docs/_layouts | |
| parent | 353e0a49a97c24d89f6cdb95014419d4137dee6e (diff) | |
| parent | b811f8cf9628dbcbfe994f71588c5a0c921a092d (diff) | |
| download | bootstrap-c9725926b2f30bed4e37f57c20ef8ffeb2fd233b.tar.xz bootstrap-c9725926b2f30bed4e37f57c20ef8ffeb2fd233b.zip | |
Merge remote-tracking branch 'twbs/v4-dev' into patch-1
Conflicts:
scss/_custom-forms.scss
scss/_variables.scss
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 4 | ||||
| -rw-r--r-- | docs/_layouts/docs.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 274f51f8d..dab3d5665 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,7 +12,9 @@ {% include nav-home.html %} - {{ content }} + <div id="content"> + {{ content }} + </div> {% include footer.html %} </body> diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 9bcf55cd7..fc47e6f40 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -25,7 +25,7 @@ {% include nav-docs.html %} </div> <div class="col-md-9 col-md-pull-3 bd-content"> - <h1 class="bd-title">{{ page.title }}</h1> + <h1 class="bd-title" id="content">{{ page.title }}</h1> {{ content }} </div> </div> |
