|
@@ -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 {
|
|
@-webkit-keyframes spinAround {
|
|
from {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
@@ -243,7 +243,7 @@ fieldset[disabled] .pagination-ellipsis {
|
|
cursor: not-allowed;
|
|
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,
|
|
html,
|
|
body,
|
|
body,
|
|
p,
|
|
p,
|
|
@@ -301,12 +301,18 @@ html {
|
|
}
|
|
}
|
|
|
|
|
|
img,
|
|
img,
|
|
-audio,
|
|
|
|
|
|
+embed,
|
|
|
|
+iframe,
|
|
|
|
+object,
|
|
video {
|
|
video {
|
|
height: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+audio {
|
|
|
|
+ max-width: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
iframe {
|
|
iframe {
|
|
border: 0;
|
|
border: 0;
|
|
}
|
|
}
|