Update docs for 0.7.4

This commit is contained in:
Jeremy Thomas
2019-02-08 12:15:52 +00:00
parent 7cf10a786a
commit 3d6680fae2
16 changed files with 37 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
@@ -244,7 +244,7 @@ fieldset[disabled] .pagination-ellipsis {
cursor: not-allowed;
}
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
@@ -302,12 +302,18 @@ html {
}
img,
audio,
embed,
iframe,
object,
video {
height: auto;
max-width: 100%;
}
audio {
max-width: 100%;
}
iframe {
border: 0;
}
@@ -12048,6 +12054,7 @@ svg {
}
.bd-footer-iframe iframe {
height: 30px;
margin-bottom: 10px;
}
@@ -12055,6 +12062,10 @@ svg {
margin-left: 10px;
}
.bd-footer-iframe.is-github iframe {
width: 100%;
}
.bd-footer-tsp {
color: #b5b5b5;
margin-top: 1.5rem;