From: Alexander Ebert Date: Wed, 21 Sep 2016 07:55:05 +0000 (+0200) Subject: Fixed double border visible in tabular list X-Git-Tag: 3.0.0_Beta_1~47 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a04cf0be1bef54959ccf077d2d660ae339e77e4c;p=GitHub%2FWoltLab%2FWCF.git Fixed double border visible in tabular list --- diff --git a/wcfsetup/install/files/style/ui/tabularBox.scss b/wcfsetup/install/files/style/ui/tabularBox.scss index 4145592bec..fb67ade481 100644 --- a/wcfsetup/install/files/style/ui/tabularBox.scss +++ b/wcfsetup/install/files/style/ui/tabularBox.scss @@ -23,7 +23,7 @@ color: $wcfTabularBoxHeadline; & + li { - border-top-width: 0; + border-top-width: 0 !important; } }