Skip to content

Commit

Permalink
CSS: Add .col-1-2
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 2f4e939 commit 9eb5756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/grid.less
Expand Up @@ -7,6 +7,10 @@
.pull-left();
}

.col-1-2 {
width: 50%;
}

.col-1-3 {
width: 33.33%;
}
Expand Down

0 comments on commit 9eb5756

Please sign in to comment.