Deploy 0.7.0

This commit is contained in:
Jeremy Thomas
2018-04-13 16:31:55 +01:00
parent 35452d1513
commit a25a502481
8 changed files with 16 additions and 12 deletions

8
css/bulma.css vendored
View File

@@ -1,4 +1,4 @@
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
@@ -5220,11 +5220,13 @@ a.tag:hover {
margin-left: 0.5em;
}
.breadcrumb.is-centered ol {
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
justify-content: center;
}
.breadcrumb.is-right ol {
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
justify-content: flex-end;
}