GIPainter-grid 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b832f395cf360e0612ec0d177db1b2006a4be027
4
- data.tar.gz: e30db02d783e340b221164526b80d0448ba8ad9c
3
+ metadata.gz: 7945adce90b8cc2d5b5823be86166e75c9dd2fef
4
+ data.tar.gz: 4fb4371a8fb92affb07f95b4a8678e3ed31b6f0c
5
5
  SHA512:
6
- metadata.gz: e5b67f6398e2dd4a736d5e89a2a24d2991edb736298fd424c6a4229f8ad70460ea6e8c155f9fb01f73849e9ff68d792c25262b0cb8644d432237c499f662792f
7
- data.tar.gz: 1c9b516df4b4b6fcdfdb3ad3aa1f93e19b1af12a7da2d1c927e7e6f9950edf1b2547ee3f7bac4a8e7f75725401ded34f22db60aa8b36a8acd4c56428702b6398
6
+ metadata.gz: 8e8da7f0e50484a147bd7a5a1f424a8edee8329a5074169a20658063df7896ce1c57292866e61a7a86e19daf1a0790289f250da4f16605b18fe9adb4dd13ae02
7
+ data.tar.gz: 0e508d61c67ab2c1131b1764bd040f0662fae464096237e65fcdf1eca70698cc32670971c1d199924fd25b3f57769718f9a0b5290caec6a976fc9c8af6d9a347
@@ -1,10 +1,6 @@
1
1
  .m-grid {
2
2
  clear: both;
3
3
  display: block;
4
- letter-spacing: -0.31em;
5
- *letter-spacing: normal;
6
- *word-spacing: -0.43em;
7
- text-rendering: optimizespeed;
8
4
 
9
5
  .m-grid {
10
6
  margin-left: -$grid-padding;
@@ -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 {
@@ -1,7 +1,7 @@
1
1
  @mixin flexboxgrid-sass-col-common {
2
2
  @include box-sizing(border-box);
3
3
 
4
- @include flex-grow(0);
4
+ @include flex-grow(1);
5
5
  @include flex-shrink(0);
6
6
 
7
7
  padding-right: $half-gutter-width;
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive