Skip to content

Commit

Permalink
Updated grid for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ferdinandi committed Oct 21, 2013
1 parent d741f2f commit b242e5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Kraken is an open-source project. [Learn how you can get involved.](http://cferd
* [Added `word-break` property to links](https://github.com/cferdinandi/kraken/issues/5) to fix convert overflow issues.
* [Updated CSS Reset](https://github.com/cferdinandi/kraken/issues/8) to incorporate some improvements to Normalize.css.
* [Removed IE7- hacks](https://github.com/cferdinandi/kraken/issues/7).
* [Updated grid for better performance](https://github.com/cferdinandi/kraken/issues/9).
* v2.4 (October 18, 2013)
* Fixed [`input-inline`](https://github.com/cferdinandi/kraken/issues/6).
* v2.3 (August 24,2013)
Expand Down
15 changes: 11 additions & 4 deletions kraken.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,16 @@ a:active {
margin-right: -1.515151515152%;
}

[class^="grid-"],
[class*=" grid-"] {
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-half,
.grid-third,
.grid-two-thirds,
.grid-img {
float: left;
width:96.969696969697%;
margin-left: 1.515151515152%;
Expand Down Expand Up @@ -220,8 +228,7 @@ a:active {
width: 80.30303030303%;
}

.grid-6,
.grid-full {
.grid-6 {
width: 96.969696969697%;
}

Expand Down

0 comments on commit b242e5c

Please sign in to comment.