Create grid.less
This commit is contained in:
parent
a611b58547
commit
cfb56287f5
1 changed files with 42 additions and 0 deletions
42
less/grid.less
Normal file
42
less/grid.less
Normal 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%;
|
||||
}
|
Loading…
Add table
Reference in a new issue