mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
304 B
CSS
43 lines
304 B
CSS
13 years ago
|
.onecol {
|
||
|
width: 4.7%;
|
||
|
}
|
||
|
|
||
|
.twocol {
|
||
|
width: 13.2%;
|
||
|
}
|
||
|
|
||
|
.threecol {
|
||
|
width: 22.05%;
|
||
|
}
|
||
|
|
||
|
.fourcol {
|
||
|
width: 30.6%;
|
||
|
}
|
||
|
|
||
|
.fivecol {
|
||
|
width: 39%;
|
||
|
}
|
||
|
|
||
|
.sixcol {
|
||
|
width: 48%;
|
||
|
}
|
||
|
|
||
|
.sevencol {
|
||
|
width: 56.75%;
|
||
|
}
|
||
|
|
||
|
.eightcol {
|
||
|
width: 61.6%;
|
||
|
}
|
||
|
|
||
|
.ninecol {
|
||
|
width: 74.05%;
|
||
|
}
|
||
|
|
||
|
.tencol {
|
||
|
width: 82%;
|
||
|
}
|
||
|
|
||
|
.elevencol {
|
||
|
width: 91.35%;
|
||
|
}
|