From: Jeremy Thomas Date: Sat, 9 Dec 2017 15:28:43 +0000 (+0000) Subject: Add nazar X-Git-Tag: 0.6.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1583bb89f171637ebd9c94e6ecf3a0dc274abe8c;p=thirdparty%2Fbulma.git Add nazar --- diff --git a/BACKERS.md b/BACKERS.md index 456dfe2b6..8760e3cbb 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -25,3 +25,4 @@ * Matt Swan * Kyu * Takayuki Yamaguchi [@takyam](https://twitter.com/@takyam) +* Leo Zeba [@leozeba](https://twitter.com/@leozeba) diff --git a/docs/_data/backers.json b/docs/_data/backers.json index bc513c8ff..dbbc5df3c 100644 --- a/docs/_data/backers.json +++ b/docs/_data/backers.json @@ -31,6 +31,11 @@ } ], "10": [ + { + "FirstName": "Leo", + "LastName": "Zeba", + "Twitter": "leozeba" + }, { "FirstName": "Takayuki", "LastName": "Yamaguchi", diff --git a/docs/_includes/sponsors.html b/docs/_includes/sponsors.html index aa70370d9..e1a1ac07f 100644 --- a/docs/_includes/sponsors.html +++ b/docs/_includes/sponsors.html @@ -11,6 +11,9 @@ bestcss logo + + nazar logo + diff --git a/docs/_sass/sponsors.sass b/docs/_sass/sponsors.sass index 133557bac..a3de7af9a 100644 --- a/docs/_sass/sponsors.sass +++ b/docs/_sass/sponsors.sass @@ -5,4 +5,5 @@ align-items: center display: flex justify-content: center + margin-right: 3rem width: 150px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 7ec042228..c77f7098e 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -4370,6 +4370,7 @@ a.box:active { position: absolute !important; right: 0.625em; top: 0.625em; + z-index: 4; } .control.is-loading.is-small:after { @@ -6247,7 +6248,7 @@ a.dropdown-item.is-active { justify-content: center; overflow: hidden; position: fixed; - z-index: 20; + z-index: 40; } .modal.is-active { @@ -13361,6 +13362,7 @@ html.route-index .hero.is-primary a.column:hover .title strong { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; + margin-right: 3rem; width: 150px; } diff --git a/docs/images/sponsors/bestcss.png b/docs/images/sponsors/bestcss.png index 731549a78..0ae0282b9 100644 Binary files a/docs/images/sponsors/bestcss.png and b/docs/images/sponsors/bestcss.png differ diff --git a/docs/images/sponsors/nazar.png b/docs/images/sponsors/nazar.png new file mode 100644 index 000000000..241b9c755 Binary files /dev/null and b/docs/images/sponsors/nazar.png differ