Fixes bug in sidebar CSS
authorMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 19:46:30 +0000 (21:46 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 19:46:30 +0000 (21:46 +0200)
wcfsetup/install/files/style/layout.less

index f71a3563e81ed1b93e3b6e6b8573a654b101b677..67006eeec2186c3d6246030be620338e385f9766 100644 (file)
                }
        }
        
-       &.not(.sidebarOrientationLeft):not(.sidebarOrientationRight) {
+       &:not(.sidebarOrientationLeft):not(.sidebarOrientationRight) {
                .sidebar {
                        display: none;
                }