GIPainter-grid 0.2.6 → 0.2.7
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: 7945adce90b8cc2d5b5823be86166e75c9dd2fef
|
|
4
|
+
data.tar.gz: 4fb4371a8fb92affb07f95b4a8678e3ed31b6f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e8da7f0e50484a147bd7a5a1f424a8edee8329a5074169a20658063df7896ce1c57292866e61a7a86e19daf1a0790289f250da4f16605b18fe9adb4dd13ae02
|
|
7
|
+
data.tar.gz: 0e508d61c67ab2c1131b1764bd040f0662fae464096237e65fcdf1eca70698cc32670971c1d199924fd25b3f57769718f9a0b5290caec6a976fc9c8af6d9a347
|
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
.o-column{
|
|
2
|
-
position: relative;
|
|
3
|
-
display: -moz-inline-block;
|
|
4
|
-
display: inline-block;
|
|
5
|
-
*display: inline;
|
|
6
|
-
*zoom: 1;
|
|
7
|
-
margin: 0;
|
|
8
|
-
width: 100%;
|
|
9
|
-
vertical-align: top;
|
|
10
|
-
letter-spacing: normal;
|
|
11
|
-
word-spacing: normal;
|
|
12
|
-
text-rendering: auto;
|
|
13
2
|
@include flexboxgrid-sass-col-common;
|
|
14
3
|
|
|
15
4
|
&--reverse {
|
|
@@ -88,17 +77,6 @@
|
|
|
88
77
|
@each $name, $value in $default_breakpoint {
|
|
89
78
|
@include mquery($value) {
|
|
90
79
|
.o-column-#{"" + $name} {
|
|
91
|
-
position: relative;
|
|
92
|
-
display: -moz-inline-block;
|
|
93
|
-
display: inline-block;
|
|
94
|
-
*display: inline;
|
|
95
|
-
*zoom: 1;
|
|
96
|
-
margin: 0;
|
|
97
|
-
width: 100%;
|
|
98
|
-
vertical-align: top;
|
|
99
|
-
letter-spacing: normal;
|
|
100
|
-
word-spacing: normal;
|
|
101
|
-
text-rendering: auto;
|
|
102
80
|
@include flexboxgrid-sass-col-common;
|
|
103
81
|
|
|
104
82
|
&-size-auto {
|