From: Jeremy Thomas Date: Thu, 18 Jan 2018 15:43:10 +0000 (+0000) Subject: Update moreDropdown X-Git-Tag: 0.7.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3dad689b258d932ed99a2b0f5a7788824fdb5d;p=thirdparty%2Fbulma.git Update moreDropdown --- diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index faac2f7f3..d8558c6c0 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -117,36 +117,89 @@ More diff --git a/docs/_sass/header.sass b/docs/_sass/header.sass index a0ea2ed98..b77c2af23 100644 --- a/docs/_sass/header.sass +++ b/docs/_sass/header.sass @@ -18,14 +18,23 @@ background-color: darken($twitter, 5%) color: $white +#moreDropdownBootstrap + .icon + color: $bootstrap + +#moreDropdownPatreon + .icon + color: $patreon + +desktop #blogDropdown width: 17rem .navbar-item white-space: normal #moreDropdown - width: 16rem + width: 18rem .navbar-item padding-right: 1rem + white-space: normal .level flex-grow: 1 diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index bc09b9252..2b43458a1 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -11446,6 +11446,14 @@ svg { color: white; } +#moreDropdownBootstrap .icon { + color: #6f5499; +} + +#moreDropdownPatreon .icon { + color: #f96854; +} + @media screen and (min-width: 1024px) { #blogDropdown { width: 17rem; @@ -11454,10 +11462,11 @@ svg { white-space: normal; } #moreDropdown { - width: 16rem; + width: 18rem; } #moreDropdown .navbar-item { padding-right: 1rem; + white-space: normal; } #moreDropdown .navbar-item .level { -webkit-box-flex: 1; diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 8e9372ef2..a5a03d78f 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -76,8 +76,8 @@ doc-subtab: start Font Awesome icons
-

If you want to use icons with Bulma, don't forget to include Font Awesome:

- {% highlight html %}{% endhighlight %} +

If you want to use icons with Bulma, don't forget to include Font Awesome 5:

+ {% highlight html %}{% endhighlight %}
@@ -125,5 +125,16 @@ doc-subtab: start {% highlight html %}{% include getting-started.html %}{% endhighlight %} + {% include anchor.html name="bulma-start" %} + +
+

+ bulma-start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma. +

+

+ Check it out +

+
+ diff --git a/docs/extensions.html b/docs/extensions.html index f2df40e59..d38dc1fe7 100644 --- a/docs/extensions.html +++ b/docs/extensions.html @@ -112,7 +112,7 @@ extensions: {% include navbar.html id="Extensions" %} -
+