mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12811] Fix padding/margin bug affecting bottom layout
PHPBB3-12811
This commit is contained in:
parent
86e21a9b26
commit
8643ca6303
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ body {
|
|||
font-size: 10px;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 12px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
@ -177,7 +177,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
|||
#wrap {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 8px;
|
||||
margin: 12px auto;
|
||||
margin: 0 auto;
|
||||
max-width: 1152px;
|
||||
min-width: 625px;
|
||||
padding: 15px;
|
||||
|
|
Loading…
Add table
Reference in a new issue