Build v0.0.17
This commit is contained in:
parent
8d25662e46
commit
c22e514a84
6 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
|
4
css/bulma.css
vendored
4
css/bulma.css
vendored
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
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
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"homepage": "http://bulma.io",
|
||||
"author": "jgthms <bbxdesign@gmail.com>",
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
|
Loading…
Add table
Reference in a new issue