From: Jeremy Thomas Date: Sun, 2 Jul 2017 23:17:42 +0000 (+0100) Subject: Fix #827 X-Git-Tag: 0.4.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0382506bde4e31828af9e26239b585efb9ef87a5;p=thirdparty%2Fbulma.git Fix #827 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b6e66d0..e5cb0e48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Issues closed +* Fix #827 Breadcrumb and Navbar in docs * Fix #824 Code examples broken because of `text-align: center` * Fix #820 Loading spinner resizes with controls * Fix #819 Remove `height: auto` from media elements diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index db13302c5..bbf557e2d 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -45,9 +45,15 @@ Elements - - Components - + {% if site.vernum >= 50 %} + + Components + + {% else %} + + Components + + {% endif %} Layout diff --git a/docs/_includes/subnav-components.html b/docs/_includes/subnav-components.html index df898de3b..db93c29f1 100644 --- a/docs/_includes/subnav-components.html +++ b/docs/_includes/subnav-components.html @@ -1,9 +1,12 @@