From: Luzifr Date: Fri, 2 Mar 2012 14:39:36 +0000 (+0100) Subject: Fixes two small bugs X-Git-Tag: 2.0.0_Beta_1~1280 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa144783de156c00ad99943ed1fe55d14eb37783;p=GitHub%2FWoltLab%2FWCF.git Fixes two small bugs (why isn't it possible to use comments within a selector?) --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 0af4584ec5..5546e2670b 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -112,9 +112,7 @@ img[src*='enable'] { /* Single Classes */ -.wcf-externalURL, -/*a[href^="http:"], -a[href^="https:"]*/ { +.wcf-externalURL { background-image: url('../../icon/externalURL1.svg'); background-position: right center; background-repeat: no-repeat; @@ -144,7 +142,7 @@ a[href^="mailto:"] { } .marginBottom { - margin-top: 15px; + margin-bottom: 15px; }