Skip to content

Commit

Permalink
updating really quickly in the master branch even though I should cre…
Browse files Browse the repository at this point in the history
…ate separate branch. Grid issue with offsets and column vs. columns
  • Loading branch information
dhg committed Dec 11, 2014
1 parent 1e19814 commit 32372eb
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions css/skeleton.css
@@ -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.
Expand Down Expand Up @@ -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 .offset-by-one-third.column { margin-left: 34.6666666667%; }
.container .offset-by-two-thirds.column { margin-left: 69.3333333333%; }

.container .offset-by-one-half.column { margin-left: 52%; }
.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 .row .offset-by-one-third { margin-left: 34.6666666667%; }
.container .row .offset-by-two-thirds { margin-left: 69.3333333333%; }

.container .row .offset-by-one-half { margin-left: 52%; }

}

Expand Down

0 comments on commit 32372eb

Please sign in to comment.