issues fix layout

This commit is contained in:
gitlabhq 2011-11-01 13:17:36 +02:00
parent 84397ce88c
commit e8d10b3217
3 changed files with 17 additions and 4 deletions

View file

@ -660,3 +660,16 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
.right {
float:right;
}
.width-50p{
width:50%;
}
.width-49p{
width:49%;
}
.width-30p{
width:30%;
}
.width-65p{
width:65%;
}