Build 0.7.4

This commit is contained in:
Jeremy Thomas
2019-02-08 11:38:11 +00:00
parent 4202d15410
commit 7cf10a786a
7 changed files with 21 additions and 10 deletions

12
css/bulma.css vendored
View File

@@ -1,4 +1,4 @@
/*! bulma.io v0.7.3 | 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);
@@ -243,7 +243,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,
@@ -301,12 +301,18 @@ html {
}
img,
audio,
embed,
iframe,
object,
video {
height: auto;
max-width: 100%;
}
audio {
max-width: 100%;
}
iframe {
border: 0;
}