CSS: Add main.less w/ pull-left and pull-right yet only

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 13:40:55 +02:00
parent 2e9ea40eb1
commit 3268a0f34e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.pull-left {
float: left;
}
.pull-right {
float: right;
}