Publish 0.3.2

This commit is contained in:
Jeremy Thomas
2017-02-26 09:02:25 +00:00
parent 76d75b2c79
commit 0395dc59d8
8 changed files with 1007 additions and 355 deletions

View File

@@ -13,6 +13,6 @@ fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-aweso
# Variables
documentation: "/documentation/overview/start/"
download: https://github.com/jgthms/bulma/archive/0.3.1.zip
download: https://github.com/jgthms/bulma/archive/0.3.2.zip
github: https://github.com/jgthms/bulma
version: 0.3.1
version: 0.3.2

View File

@@ -1,4 +1,4 @@
/*! bulma.io v0.3.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
@@ -7476,6 +7476,11 @@ html.route-index #carbon {
margin: 5px;
}
#newsletter .input {
border-color: white;
box-shadow: none;
}
#images tr td:nth-child(2) {
width: 320px;
}