From: Luzifr Date: Tue, 25 Oct 2011 13:25:55 +0000 (+0200) Subject: Fixed icon-path X-Git-Tag: 2.0.0_Beta_1~1661^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c55575a20ddaaf7784a2ddd77c34424f4dacb88;p=GitHub%2FWoltLab%2FWCF.git Fixed icon-path --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index f108f46669..df919f12ff 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -1594,7 +1594,7 @@ input[type='button'], .breadcrumbs ul li:first-child a { border-radius: 5px 0 0 5px; - background-image: url('../wcf/icon/home1.svg'); + background-image: url('../../icon/home1.svg'); background-position: 7px center; background-repeat: no-repeat; background-size: 16px;