Skip to content

Commit

Permalink
Version bump to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aj committed Apr 16, 2014
1 parent 0530f69 commit 28eb271
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 82 deletions.
10 changes: 3 additions & 7 deletions dist/skel-noscript.css
@@ -1,4 +1,4 @@
/* skelJS v0.4.8 | (c) n33 | skeljs.org | MIT licensed */
/* skelJS v0.4.9 | (c) n33 | skeljs.org | MIT licensed */

/*
Expand All @@ -25,8 +25,6 @@
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
*/
Expand Down Expand Up @@ -93,10 +91,8 @@

.row > * {
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box; /* Firefox <= 28 */
-webkit-box-sizing: border-box; /* Android <= 3, Safari <= 5, Blacberry 7 */
box-sizing: border-box;
}

Expand Down
35 changes: 2 additions & 33 deletions dist/skel-panels.min.js

Large diffs are not rendered by default.

0 comments on commit 28eb271

Please sign in to comment.