vhx-quartz 0.4.12 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c9dabff4e66343ef10f9f6da668aa3238bec9ac
|
|
4
|
+
data.tar.gz: aaf9b7dd0683da8ab7e2d36e7532758b4161b38c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1102bedf412ca6e4a2e732a6270906c59da210f0fe3daba47eec1ff0c768be15365127e171bd28fa2f48fdcc780e31c4bbd94510b81aa5d1601719f0c79ad0c
|
|
7
|
+
data.tar.gz: b40a9f73393a4483afb16f34819545f681c0b8e6dd3731b8d76455c906c10e5bbc8b1a42092c23f5d89ac60e13c1f2b69da4c30302f621215e653a66f1156b88
|
data/lib/vhx/quartz/version.rb
CHANGED
|
@@ -15186,6 +15186,8 @@ a.badge:hover, a.badge:active {
|
|
|
15186
15186
|
/* row head
|
|
15187
15187
|
..................................*/
|
|
15188
15188
|
/* table striped
|
|
15189
|
+
..................................*/
|
|
15190
|
+
/* table striped
|
|
15189
15191
|
..................................*/ }
|
|
15190
15192
|
.table.border-top {
|
|
15191
15193
|
border-top: 1px solid #d6dcdf; }
|
|
@@ -15331,6 +15333,17 @@ a.badge:hover, a.badge:active {
|
|
|
15331
15333
|
color: #5E7887; }
|
|
15332
15334
|
.table.text-inverse td .light {
|
|
15333
15335
|
color: #8d9da6; }
|
|
15336
|
+
.table.table--block thead,
|
|
15337
|
+
.table.table--block th,
|
|
15338
|
+
.table.table--block tr,
|
|
15339
|
+
.table.table--block td {
|
|
15340
|
+
display: block; }
|
|
15341
|
+
.table.table--block th,
|
|
15342
|
+
.table.table--block td {
|
|
15343
|
+
float: left; }
|
|
15344
|
+
.table.table--block thead,
|
|
15345
|
+
.table.table--block tr {
|
|
15346
|
+
width: 100%; }
|
|
15334
15347
|
|
|
15335
15348
|
.firefox .table .row-head .arrow {
|
|
15336
15349
|
bottom: 1px; }
|