diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-21 00:41:18 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-21 00:41:18 +0200 |
| commit | 2fb4e182c60367d66cdd19806526deed2f58d929 (patch) | |
| tree | b3eb89bfefea671b1eefb8842eb023d4da82f619 /docs | |
| parent | ff5218a08ed887601e930421d40be8cd424bc127 (diff) | |
| download | bootstrap-2fb4e182c60367d66cdd19806526deed2f58d929.tar.xz bootstrap-2fb4e182c60367d66cdd19806526deed2f58d929.zip | |
Docs: a little bit of love for the wall of browser bugs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/page-headers.html | 5 | ||||
| -rw-r--r-- | docs/browser-bugs.md | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html index e2842042c..053241bc5 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -33,4 +33,9 @@ <p class="lead"> Guidance on how to upgrade from Bootstrap v3.x to v4.x with emphasis on major changes, what's new, and what's been removed. </p> +{% elsif page.group == "browser-bugs" %} + <h1>Wall of browser bugs</h1> + <p class="lead"> + A list of the browser bugs that Bootstrap is currently grappling with. + </p> {% endif %} diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index 75b4f0039..c41f19825 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -1,6 +1,7 @@ --- -layout: default +layout: docs title: Wall of browser bugs +group: browser-bugs --- Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us. |
