compass-columnal-plugin 0.1.2 → 0.1.3

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-columnal-plugin}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Diogo Biazus"]
@@ -137,7 +137,7 @@ a img
137
137
 
138
138
  =grid-subcolumn-prefix($n1, $n2)
139
139
  $col_width: (4.85% + 8.65% * ($n1 - 1))
140
- padding-left: ((4.85% + 8.65% * ($n2 - 1)) / $col_width * 100%)
140
+ padding-left: ((4.85% + 8.65% * ($n2 - 1)) / $col_width * 100%) + (3.8% / $col_width * 100%)
141
141
  float: left
142
142
  position: relative
143
143
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Diogo Biazus