From 048000accd0be4048c8f5c06b7d9c22f50911f8d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 28 Apr 2013 22:46:19 +0200 Subject: [PATCH] Fixed main menu in print version --- wcfsetup/install/files/style/layout.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 7a8c29cc5f..ad3cae31bd 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -306,7 +306,7 @@ } /* main menu */ -@media only screen and (min-width: 801px) { +@media all and (min-width: 801px) { .mainMenu { > ul { background-color: @wcfMainMenuBackgroundColor; @@ -1075,7 +1075,7 @@ } } -@media only screen and (min-width: 801px) { +@media all and (min-width: 801px) { .containerBoxList { &.doubleColumned, &.tripleColumned { -- 2.20.1