magic_stylez 0.0.0.32 → 0.0.0.33

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: bb8b66e03c02bf789bde2cd4f7e277d2d410065c
4
- data.tar.gz: 6189bfe81140608e59b2ef681dab045c6197ea0e
3
+ metadata.gz: ea7094b603d466027418256ed8983d696580f713
4
+ data.tar.gz: a0d43a550ec1a6664fcbeb53e1e9fe6c657cff20
5
5
  SHA512:
6
- metadata.gz: 9d5f902151cde8567c954a6a9c3f66fef234172a5687b9f03b2a42b884c85682887ab1815a5b6efc5d9f88f17a9cb9115a5d0bf32f0a412e6b3c787245a1191c
7
- data.tar.gz: dae8d04a6fb3244c8a4387d49093f72142328aff0033cc1d66467ff0b994c2f9fccd05b752539cc1356d433aa2792858583b5c1a2c07d30756785fe84dd16cd2
6
+ metadata.gz: 989230a6eda49e2a3433765536087da44d1062b96b78077a97a5c97f4f8e4d0702860d455dcca84d15ca692a16adbbb77ae98e64fb3873cee31dd61d902bfc46
7
+ data.tar.gz: b1e925ae668d236c367e40c269a8e6ac68223c655255794c75708a9794849dbc1043e2410583b1e069ba292f6e391358384d35a8ff501ff52ec53e1b0ceaaf36
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.32"
2
+ VERSION = "0.0.0.33"
3
3
  end
@@ -98,7 +98,7 @@
98
98
 
99
99
  // kill margin of child elements, to avoid unwanted sizing
100
100
  &, & > .corset, & > .container {
101
- & > *, & > .row, & > .row > *, & > .row > * > * {
101
+ & > *, & > .row, & > .row > *, & > .row > * > *, .layout-table > .cell > *, .inline_table > .cell > * {
102
102
  &:first-child { margin-top: 0; }
103
103
  &:last-child { margin-bottom: 0; }
104
104
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.32
4
+ version: 0.0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel