diff options
author | PayBas <contact@paybas.com> | 2014-07-02 17:47:16 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-07-02 17:47:16 +0200 |
commit | e99b25e273e932243bb2fbb48999e9a92ff0a4c7 (patch) | |
tree | d402c795c985d267120bd1da8324852b77c9c7ad | |
parent | 3568eec4dfa602cbb5ad3b13aabea90690a4874b (diff) | |
download | forums-e99b25e273e932243bb2fbb48999e9a92ff0a4c7.tar forums-e99b25e273e932243bb2fbb48999e9a92ff0a4c7.tar.gz forums-e99b25e273e932243bb2fbb48999e9a92ff0a4c7.tar.bz2 forums-e99b25e273e932243bb2fbb48999e9a92ff0a4c7.tar.xz forums-e99b25e273e932243bb2fbb48999e9a92ff0a4c7.zip |
[ticket/12562] Increase mq trigger screen size to hide border
PHPBB3-12562
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b6d1f567f5..e19b3e57ab 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -183,7 +183,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul { padding: 12px 20px; } -@media only screen and (max-width: 1192px), only screen and (max-device-width: 1192px) +@media only screen and (max-width: 1210px), only screen and (max-device-width: 1210px) { body { padding: 0; |