From 846b13b72fb1239e18aa268bd5bb488d404b9c70 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Nov 2015 13:03:53 +0100 Subject: [PATCH] CSS: Remove text-center mixin refs #5543 --- public/css/icinga/main.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 16c4f918d..bd4b30615 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -9,8 +9,8 @@ } .content-centered { - .text-center(); margin: 0 auto; + text-align: center; } .icon-col { @@ -29,10 +29,6 @@ float: right; } -.text-center { - text-align: center; -} - .text-right { text-align: right; }