From f570f7595858004ca4baa7b38e72e47109944193 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Nov 2015 09:31:36 +0100 Subject: [PATCH] CSS: Left align icons in links refs #5543 --- public/css/icinga/base.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 7355aa006..8d821c4fb 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -125,10 +125,10 @@ td, th { // Smooth icons; ifont claims to have it, but it does not work in :before -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; +} - &:before { - margin-left: 0; - } +a > i::before { + margin-left: 0; } #layout {