Dropped IE7
This commit is contained in:
parent
06a3717c3b
commit
aa573e574c
12 changed files with 60 additions and 94 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
@for $i from 1 through $column-count {
|
||||
.column-span-#{$i} {
|
||||
.col-span-#{$i} {
|
||||
width: (((100 / $column-count) * $i) - (($column-gutter / $container-max-width) * 100)) * 1%;
|
||||
*width: (((100 / $column-count) * $i) - (($column-gutter / $container-max-width) * 100)) - .02 * 1%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue