diff --git a/less/grid.less b/less/grid.less index e9ecf75d3cfb4cf0d6da302e50855ad30b12cc6a..33d2c6a764539db504f73364a22dc358b482122d 100644 --- a/less/grid.less +++ b/less/grid.less @@ -3,9 +3,8 @@ /* Since every column has 2% padding (1% on each side) its width is (((its number/12) * 100)-2) percent (truncated, to avoid spillage.) Thus, c12 has width 98%. */ .row { - line-height: 2em; margin-top: 2%; - overflow: auto; + overflow: auto; /* required - without this, the page layout is screwed up */ } column { float: left;