Build v0.0.17

This commit is contained in:
Jeremy Thomas 2016-03-26 17:37:52 +00:00
parent 8d25662e46
commit c22e514a84
6 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.16", "version": "0.0.17",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

4
css/bulma.css vendored
View File

@ -1413,6 +1413,10 @@ table th {
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 3px 10px; padding: 3px 10px;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.16", "version": "0.0.17",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"author": "jgthms <bbxdesign@gmail.com>", "author": "jgthms <bbxdesign@gmail.com>",
"description": "Modern CSS framework based on Flexbox", "description": "Modern CSS framework based on Flexbox",