Sfoglia il codice sorgente

add comment, remove line-height

Owen Versteeg 11 anni fa
parent
commit
09c0f4783e
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      less/grid.less

+ 1 - 2
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%. */
 /* 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 {
 .row {
-	line-height: 2em;
 	margin-top: 2%;
 	margin-top: 2%;
-	overflow: auto;
+	overflow: auto; /* required - without this, the page layout is screwed up */
 }
 }
 column {
 column {
 	float: left;
 	float: left;