diff --git a/less/grid.less b/less/grid.less new file mode 100644 index 0000000..809e317 --- /dev/null +++ b/less/grid.less @@ -0,0 +1,42 @@ +.row { + line-height: 2em; + margin-top: 2%; + height: 2em; +} +column { + float: left; + margin: auto 1%; +} +.ie column { + margin: auto .7%; +} +.c10 { + width: 98%; +} +.c9 { + width: 88%; +} +.c8 { + width: 78%; +} +.c7 { + width: 68%; +} +.c6 { + width: 58%; +} +.c5 { + width: 48% +} +.c4 { + width: 38%; +} +.c3 { + width: 28%; +} +.c2 { + width: 18%; +} +.c1 { + width: 8%; +}