Skip to content

Commit

Permalink
CSS: Add main.less w/ pull-left and pull-right yet only
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 2e9ea40 commit 3268a0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/icinga/main.less
@@ -0,0 +1,9 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.pull-left {
float: left;
}

.pull-right {
float: right;
}

0 comments on commit 3268a0f

Please sign in to comment.