From 8aa4241c8ad19ec6ad749994d2e871e473ad6071 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 27 Jan 2013 15:43:41 +0100 Subject: [PATCH] Fixed external URL icon --- wcfsetup/install/files/style/global.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 6df72c6f96..9f98e3476d 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -32,8 +32,10 @@ a { &.externalURL:after { content: "\f08e"; display: inline-block; - font-family: FontAwesome; - font-size: 14px; + font-family: FontAwesome !important; + font-size: 14px !important; + font-weight: normal !important; + font-style: normal !important; margin-left: 4px; vertical-align: -1px; } -- 2.20.1