From: Marcel Werk Date: Sat, 1 Jun 2013 22:45:53 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_3~51^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=126e845d104f288c3e9b7ae6cab967647d858195;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index c2094e7782..48d19fedf0 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -22,7 +22,7 @@ @media only screen and (min-width: 801px) { body { - min-width: 1024px; + min-width: 980px; } }