]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Change MwB images
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 13 Oct 2017 11:12:53 +0000 (12:12 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 13 Oct 2017 11:21:39 +0000 (12:21 +0100)
docs/_sass/specific.sass
docs/css/bulma-docs.css
docs/images/various/rodion-kutsaev-24833.jpg [new file with mode: 0644]
docs/images/various/sven-scheuermeier-34477.jpg [new file with mode: 0644]
docs/made-with-bulma.html

index 0f53be299470d7d68f023e1352e0ce533c42e566..d4b7f96c85d8ef2723a11358e14f093c8ef6092f 100644 (file)
@@ -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
index fae0a85864e95935a4280bd6534020f82337ef0d..68f3d6dbbecce74bfd9a4005985b275cbca5d455 100644 (file)
@@ -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 (file)
index 0000000..c2bb1bb
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 (file)
index 0000000..21921d3
Binary files /dev/null and b/docs/images/various/sven-scheuermeier-34477.jpg differ
index 7bf5d036a3029b4417fa75c0ee5e355fab1aaeb1..d231e92836b6a3e79ba50610e35b1ce3f176ea8c 100644 (file)
@@ -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 <code>Made with Bulma</code> badge is available in <strong>6 different</strong> versions:
       </p>
     </div>
-    <table class="table is-bordered">
+    <table class="table is-bordered bd-mwb-table">
       <thead>
         <tr>
           <th>Type</th>