Skip to content

Commit

Permalink
Added support for grids divided by 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwe44 committed May 23, 2011
1 parent d4c6914 commit e826498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/grid/grids.css
Expand Up @@ -11,4 +11,10 @@
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.size1of7{width:14.2857143%;}
.size2of7{width:28.5714286%;}
.size3of7{width:42.8571429%;}
.size4of7{width:57.1428572%;}
.size5of7{width:71.4285715%;}
.size6of7{width:85.7142858%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}

0 comments on commit e826498

Please sign in to comment.