1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[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

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