From: Marcel Werk Date: Fri, 16 Aug 2013 10:42:13 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_7~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=441f9803cc1223720f468f9078eab55a9bd8d27a;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index cbfb1af418..8b0b2000dd 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1771,11 +1771,11 @@ .responsiveTable { display: block; - thread, tbody, th, td, tr { + thead, tbody, th, td, tr { display: block; } - thread tr { + thead tr { display: none; }