Skip to content

Commit

Permalink
Merge pull request stubbornella#78 from levito/patch-1
Browse files Browse the repository at this point in the history
Changed Grids according to Nan's suggestion - removed "x x x x x"
  • Loading branch information
stubbornella committed Jun 21, 2011
2 parents f24ccd0 + 4b6d55c commit 257da4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/grid/grids.css
@@ -1,4 +1,5 @@
.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line:before,.line:after{content:"";display:table;}
.line:after{clear:both;}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
Expand All @@ -11,4 +12,4 @@
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}
.lastUnit{float:none;display:block;display:table-cell;width:9999em;*width:auto;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}

0 comments on commit 257da4c

Please sign in to comment.