[ticket/12562] Use border for all sizes except responsive

PHPBB3-12562
This commit is contained in:
PayBas 2014-07-03 14:41:04 +02:00
parent c23c56f31c
commit 8222eeaaff
3 changed files with 6 additions and 20 deletions

View file

@ -59,7 +59,7 @@ body {
font-size: 10px; font-size: 10px;
line-height: normal; line-height: normal;
margin: 0; margin: 0;
padding: 12px 0; padding: 0;
word-wrap: break-word; word-wrap: break-word;
} }
@ -177,21 +177,15 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
#wrap { #wrap {
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 8px; border-radius: 8px;
margin: 0 auto; margin: 12px auto;
max-width: 1152px; max-width: 1152px;
min-width: 650px; min-width: 625px;
padding: 15px; padding: 15px;
} }
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) @media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
{
body {
padding: 0;
}
#wrap { #wrap {
border: none; margin: 12px;
border-radius: 0;
} }
} }

View file

@ -12,13 +12,10 @@ html {
height: auto; height: auto;
} }
body {
padding: 0;
}
#wrap { #wrap {
border: none; border: none;
border-radius: 0; border-radius: 0;
margin: 0;
min-width: 290px; min-width: 290px;
padding: 0 5px; padding: 0 5px;
} }

View file

@ -4,11 +4,6 @@ These style definitions are IE 7 and 8 specific
tweaks required due to its poor CSS support. tweaks required due to its poor CSS support.
-------------------------------------------------*/ -------------------------------------------------*/
/* No body padding since IE8 doesn't support media-queries */
body {
padding: 0;
}
/* Clear float fix for IE7 */ /* Clear float fix for IE7 */
.inner { .inner {
zoom: 1; zoom: 1;