@@ -1,6 +1,6 @@
{
"name": "bulma",
- "version": "0.0.16",
+ "version": "0.0.17",
"homepage": "http://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"
@@ -1413,6 +1413,10 @@ table th {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
+ -webkit-box-pack: center;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding: 3px 10px;
text-align: center;
white-space: nowrap;
"author": "jgthms <bbxdesign@gmail.com>",
"description": "Modern CSS framework based on Flexbox",