compass-columnal-plugin 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/compass-columnal-plugin.gemspec +1 -1
- data/stylesheets/columnal/_grid.sass +1 -1
- metadata +2 -2
@@ -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
|
|