mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 00:32:57 +02:00
[ticket/12562] Add max-width to proSilver
PHPBB3-12562
This commit is contained in:
@@ -13,12 +13,15 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
min-width: 300px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
min-width: 290px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
/* Common block wrappers
|
||||
|
Reference in New Issue
Block a user