Push version 0.0.10

This commit is contained in:
Jeremy Thomas 2016-02-01 23:58:05 +00:00
parent 1be66a900b
commit a85746c51f
6 changed files with 16 additions and 9 deletions

View File

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

15
css/bulma.css vendored
View File

@ -1861,7 +1861,15 @@ table th {
} }
.delete { .delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
border: none;
border-radius: 290486px; border-radius: 290486px;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
@ -2158,10 +2166,6 @@ table th {
color: white; color: white;
} }
.column {
overflow: hidden;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.column + .column { .column + .column {
margin-top: 20px; margin-top: 20px;
@ -2404,6 +2408,7 @@ table th {
.table { .table {
background: white; background: white;
color: #222324;
margin-bottom: 20px; margin-bottom: 20px;
width: 100%; width: 100%;
} }
@ -2479,11 +2484,13 @@ table th {
.table thead th, .table thead th,
.table thead td { .table thead td {
border-width: 0 0 2px; border-width: 0 0 2px;
color: #aeb1b5;
} }
.table tfoot th, .table tfoot th,
.table tfoot td { .table tfoot td {
border-width: 2px 0 0; border-width: 2px 0 0;
color: #aeb1b5;
} }
.table.is-bordered th, .table.is-bordered th,

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.9", "version": "0.0.10",
"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",