From: Jeremy Thomas Date: Fri, 13 Oct 2017 11:12:53 +0000 (+0100) Subject: Change MwB images X-Git-Tag: 0.6.1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319c9f2bceb5517be3d2649106581524f3a6c321;p=thirdparty%2Fbulma.git Change MwB images --- diff --git a/docs/_sass/specific.sass b/docs/_sass/specific.sass index 0f53be299..d4b7f96c8 100644 --- a/docs/_sass/specific.sass +++ b/docs/_sass/specific.sass @@ -154,4 +154,10 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default color: $color-invert .bd-icon-size .icon - background-color: $yellow \ No newline at end of file + background-color: $yellow + +.bd-mwb-table + td + vertical-align: middle + img + vertical-align: middle \ No newline at end of file diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index fae0a8586..68f3d6dbb 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -11294,6 +11294,14 @@ svg { background-color: #ffdd57; } +.bd-mwb-table td { + vertical-align: middle; +} + +.bd-mwb-table td img { + vertical-align: middle; +} + .bd-example, .bd-structure, .bd-snippet { diff --git a/docs/images/various/rodion-kutsaev-24833.jpg b/docs/images/various/rodion-kutsaev-24833.jpg new file mode 100644 index 000000000..c2bb1bbbf Binary files /dev/null and b/docs/images/various/rodion-kutsaev-24833.jpg differ diff --git a/docs/images/various/sven-scheuermeier-34477.jpg b/docs/images/various/sven-scheuermeier-34477.jpg new file mode 100644 index 000000000..21921d35e Binary files /dev/null and b/docs/images/various/sven-scheuermeier-34477.jpg differ diff --git a/docs/made-with-bulma.html b/docs/made-with-bulma.html index 7bf5d036a..d231e9283 100644 --- a/docs/made-with-bulma.html +++ b/docs/made-with-bulma.html @@ -18,15 +18,15 @@ images: - name: "White" description: "Transparent white" type: "--white" - bg: "#222" + bg: "url(/images/various/sven-scheuermeier-34477.jpg) center center/cover no-repeat" - name: "Semiblack" description: "Transparent black and turquoise" type: "--semiblack" - bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat" + bg: "url(/images/various/rodion-kutsaev-24833.jpg) center top/cover no-repeat" - name: "Black" description: "Transparent black" type: "--black" - bg: "#ff6dcf" + bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat" --- {% capture image_example %} @@ -73,7 +73,7 @@ images: The Made with Bulma badge is available in 6 different versions:

- +
Type