From: Jeremy Thomas Date: Sun, 2 Apr 2017 15:41:05 +0000 (+0100) Subject: Fix #512 X-Git-Tag: 0.4.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410fd187be2433cbcd8fd57d06fc4043c1277a8e;p=thirdparty%2Fbulma.git Fix #512 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af405f5e..06ec4e466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * Fix #484 icon alignment * Fix #506 bold nav menu * Fix #581 nav container +* Fix #512 nav grouped buttons ## 0.4.0 diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 90ecc04f4..930be1a64 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -39,46 +39,31 @@ Blog - {% if page.route != 'nothing' %} - - - - - - Tweet - - - - - - Download - - - {% else %} - - - - - - Tweet - - - - - - Download - - - {% endif %} + diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 1b0eb6d5a..d9c78c9a3 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -4174,10 +4174,6 @@ input[type="submit"].button { max-height: 1.75rem; } -.nav-item .button + .button { - margin-left: 0.75rem; -} - .nav-item .tag:first-child:not(:last-child) { margin-right: 0.5rem; } diff --git a/sass/components/nav.sass b/sass/components/nav.sass index f77cd886c..52992fdf5 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -22,8 +22,6 @@ $nav-height: 3.25rem !default flex-shrink: 0 img max-height: 1.75rem - .button + .button - margin-left: 0.75rem .tag &:first-child:not(:last-child) margin-right: 0.5rem