CSS: Add .col-1-2

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 17:11:00 +02:00
parent 2f4e939d35
commit 9eb5756655
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
.pull-left(); .pull-left();
} }
.col-1-2 {
width: 50%;
}
.col-1-3 { .col-1-3 {
width: 33.33%; width: 33.33%;
} }