Skip to content

Commit

Permalink
v1.1.0 Added compatibility with ul/li tags!
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudleray committed Sep 9, 2013
1 parent c9465f9 commit 0d089b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion pocketgrid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! PocketGrid 1.0.0
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
Expand All @@ -22,6 +22,13 @@
clear: both;
}

.block-group {
/* ul/li compatibility */
list-style-type: none;
padding: 0;
margin: 0;
}

/* Nested grid */
.block-group > .block-group {
clear: none;
Expand Down
3 changes: 2 additions & 1 deletion pocketgrid.min.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*! PocketGrid 1.0.0
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.block-group{*zoom:1}
.block-group:before,.block-group:after{display:table;content:"";line-height:0}
.block-group:after{clear:both}
.block-group{list-style-type:none;padding:0;margin:0}
.block-group>.block-group{clear:none;float:left;margin:0 !important}
.block{float:left;width:100%}

0 comments on commit 0d089b1

Please sign in to comment.