updating really quickly in the master branch even though I should create separate branch. Grid issue with offsets and column vs. columns
This commit is contained in:
parent
1e19814b51
commit
32372eb1a1
31
css/skeleton.css
vendored
31
css/skeleton.css
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Skeleton V2.0
|
||||
* Skeleton V2.0.1
|
||||
* Copyright 2014, Dave Gamache
|
||||
* www.getskeleton.com
|
||||
* Free to use under the MIT license.
|
||||
@ -72,23 +72,22 @@
|
||||
.container .one-half.column { width: 48%; }
|
||||
|
||||
/* Offsets */
|
||||
.container .offset-by-one.column,
|
||||
.container .offset-by-one.columns { margin-left: 8.66666666667%; }
|
||||
.container .offset-by-two.column { margin-left: 17.3333333333%; }
|
||||
.container .offset-by-three.column { margin-left: 26%; }
|
||||
.container .offset-by-four.column { margin-left: 34.6666666667%; }
|
||||
.container .offset-by-five.column { margin-left: 43.3333333333%; }
|
||||
.container .offset-by-six.column { margin-left: 52%; }
|
||||
.container .offset-by-seven.column { margin-left: 60.6666666667%; }
|
||||
.container .offset-by-eight.column { margin-left: 69.3333333333%; }
|
||||
.container .offset-by-nine.column { margin-left: 78.0%; }
|
||||
.container .offset-by-ten.column { margin-left: 86.6666666667%; }
|
||||
.container .offset-by-eleven.column { margin-left: 95.3333333333%; }
|
||||
.container .row .offset-by-one { margin-left: 8.66666666667%; }
|
||||
.container .row .offset-by-two { margin-left: 17.3333333333%; }
|
||||
.container .row .offset-by-three { margin-left: 26%; }
|
||||
.container .row .offset-by-four { margin-left: 34.6666666667%; }
|
||||
.container .row .offset-by-five { margin-left: 43.3333333333%; }
|
||||
.container .row .offset-by-six { margin-left: 52%; }
|
||||
.container .row .offset-by-seven { margin-left: 60.6666666667%; }
|
||||
.container .row .offset-by-eight { margin-left: 69.3333333333%; }
|
||||
.container .row .offset-by-nine { margin-left: 78.0%; }
|
||||
.container .row .offset-by-ten { margin-left: 86.6666666667%; }
|
||||
.container .row .offset-by-eleven { margin-left: 95.3333333333%; }
|
||||
|
||||
.container .offset-by-one-third.column { margin-left: 34.6666666667%; }
|
||||
.container .offset-by-two-thirds.column { margin-left: 69.3333333333%; }
|
||||
.container .row .offset-by-one-third { margin-left: 34.6666666667%; }
|
||||
.container .row .offset-by-two-thirds { margin-left: 69.3333333333%; }
|
||||
|
||||
.container .offset-by-one-half.column { margin-left: 52%; }
|
||||
.container .row .offset-by-one-half { margin-left: 52%; }
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user