diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index af1b809e6..307b79e1d 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -227,3 +227,35 @@ a:hover > .icon-cancel { margin-left: 0.5em; } } + +/* Styles for centering content of unknown width and height both horizontally and vertically + * + * Example markup: + *
I'm centered.
+ *