Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Fri, 16 Aug 2013 10:42:13 +0000 (12:42 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 16 Aug 2013 10:42:13 +0000 (12:42 +0200)
wcfsetup/install/files/style/layout.less

index cbfb1af418b41f752138b48a030994b859e686a3..8b0b2000dddea2d383f01648ea8693c8d198be96 100644 (file)
        .responsiveTable {
                display: block;
                
-               thread, tbody, th, td, tr {
+               thead, tbody, th, td, tr {
                        display: block;
                }
                
-               thread tr {
+               thead tr {
                        display: none;
                }