Create grid.less

This commit is contained in:
Owen Versteeg 2013-12-08 16:42:53 -05:00
parent a611b58547
commit cfb56287f5

42
less/grid.less Normal file
View file

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