GIPainter-grid 0.2.1 → 0.2.2

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: f07ffe4ac82d659f7da8ef0ab6c1722959a68267
4
- data.tar.gz: 7271e8a735406921f6ad76bb07833b728ddff22a
3
+ metadata.gz: 4ec1a1e8a410440d02a38857e181991bcd9fdf87
4
+ data.tar.gz: 750c5b367e8da88ed641af1c86d8ca505754b05d
5
5
  SHA512:
6
- metadata.gz: 6df98eac1e89ac554150d6a37b3836b5925e3a6f8e63b3c114438695d4ce1f145b658870488e2486582d692f3b470884bd6349c8544a564bbf478c5de79f9fd7
7
- data.tar.gz: 1c26433507a00e4c4003b15a383a31c5ad8079e500cbafdf7c17cd74ccbc507acb8a67d0746a9aeebab3a48263c649b437ee26dc12e2ed7437363414c858658c
6
+ metadata.gz: 9a55147cb04295b557c06d3bdcb167e435f74f1b4b923af5035ef6ce928b36867f943b3f6c36e12e5ce69a46278a59b0f823eec1765fbfbead2bb57871eb99f0
7
+ data.tar.gz: f6273bee68ff073391cb3556fe3412a1d7ef43416651d46c9f988a253cb59f73a91fb897cdc14ad353f46c96b02acffc491ac37dedcfff48e66dfc125f12cdf0
@@ -92,6 +92,22 @@
92
92
  @each $name, $value in $default_breakpoint {
93
93
  @include mquery($value) {
94
94
  .o-column--#{"" + $name} {
95
+ position: relative;
96
+ display: -moz-inline-block;
97
+ display: inline-block;
98
+ *display: inline;
99
+ *zoom: 1;
100
+ margin: 0;
101
+ padding-left: $grid-padding;
102
+ padding-right: $grid-padding;
103
+ width: 100%;
104
+ vertical-align: top;
105
+ letter-spacing: normal;
106
+ word-spacing: normal;
107
+ text-rendering: auto;
108
+ @include box-sizing(border-box);
109
+ @include flexboxgrid-sass-col-common;
110
+
95
111
  &-size-auto {
96
112
  @include flex-basis(auto);
97
113
  }
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive