From: Marcel Werk Date: Sun, 27 Jan 2013 14:43:41 +0000 (+0100) Subject: Fixed external URL icon X-Git-Tag: 2.0.0_Beta_1~539 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8aa4241c8ad19ec6ad749994d2e871e473ad6071;p=GitHub%2FWoltLab%2FWCF.git Fixed external URL icon --- 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; }