diff options
| author | PayBas <contact@paybas.com> | 2014-07-03 14:41:04 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-07-03 15:35:30 +0200 |
| commit | 8222eeaaff04ebd341fd00f9bcc156f6b78c2589 (patch) | |
| tree | b12e172f9441a74032bcf3dccfbf9babec10cf17 /phpBB/styles/prosilver/theme/common.css | |
| parent | c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac (diff) | |
| download | forums-8222eeaaff04ebd341fd00f9bcc156f6b78c2589.tar forums-8222eeaaff04ebd341fd00f9bcc156f6b78c2589.tar.gz forums-8222eeaaff04ebd341fd00f9bcc156f6b78c2589.tar.bz2 forums-8222eeaaff04ebd341fd00f9bcc156f6b78c2589.tar.xz forums-8222eeaaff04ebd341fd00f9bcc156f6b78c2589.zip | |
[ticket/12562] Use border for all sizes except responsive
PHPBB3-12562
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 65af559b48..3357561a62 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -59,7 +59,7 @@ body { font-size: 10px; line-height: normal; margin: 0; - padding: 12px 0; + padding: 0; word-wrap: break-word; } @@ -177,21 +177,15 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul { #wrap { border: 1px solid transparent; border-radius: 8px; - margin: 0 auto; + margin: 12px auto; max-width: 1152px; - min-width: 650px; + min-width: 625px; padding: 15px; } -@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) -{ - body { - padding: 0; - } - +@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) { #wrap { - border: none; - border-radius: 0; + margin: 12px; } } |
