From 3268a0f34edb34172d3554019ee3892d043db4ae Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 13:40:55 +0200 Subject: [PATCH] CSS: Add main.less w/ pull-left and pull-right yet only refs #5543 --- public/css/icinga/main.less | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/css/icinga/main.less diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less new file mode 100644 index 000000000..6956776c0 --- /dev/null +++ b/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; +}