add comment, remove line-height

This commit is contained in:
Owen Versteeg 2014-02-19 23:28:09 -05:00
parent 8fb0fca2e6
commit 09c0f4783e

View file

@ -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;