From: Alexander Ebert Date: Fri, 22 Jun 2012 00:58:25 +0000 (+0200) Subject: Fixed script-tags being displayed in Chrome X-Git-Tag: 2.0.0_Beta_1~1059 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5eba0bc3a81f48eb1fc3aec266f27340595bbd5;p=GitHub%2FWoltLab%2FWCF.git Fixed script-tags being displayed in Chrome --- diff --git a/wcfsetup/install/files/style/navigation.less b/wcfsetup/install/files/style/navigation.less index 86d30a218a..bd318ec2fb 100644 --- a/wcfsetup/install/files/style/navigation.less +++ b/wcfsetup/install/files/style/navigation.less @@ -25,7 +25,7 @@ border-right: 1px dotted darken(@wcfNavigationBackgroundColor, 20%); } - > * { + > *:not(script) { padding: 3px; display: inline-block; color: @wcfLinkColor;