Fixed script-tags being displayed in Chrome
authorAlexander Ebert <ebert@woltlab.com>
Fri, 22 Jun 2012 00:58:25 +0000 (02:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 22 Jun 2012 00:58:25 +0000 (02:58 +0200)
wcfsetup/install/files/style/navigation.less

index 86d30a218a1dd20ef8beb64bc90ff354270bc956..bd318ec2fbe164799304faed95f8045098e55031 100644 (file)
@@ -25,7 +25,7 @@
                                        border-right: 1px dotted darken(@wcfNavigationBackgroundColor, 20%);
                                }
                                
-                               > * {
+                               > *:not(script) {
                                        padding: 3px;
                                        display: inline-block;
                                        color: @wcfLinkColor;