mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13946] Increase the CSS margin around [code] and [list]
PHPBB3-13946
This commit is contained in:
parent
2a662c5e07
commit
08c7afedfa
1 changed files with 3 additions and 4 deletions
|
@ -383,8 +383,7 @@ dl.faq dt {
|
|||
}
|
||||
|
||||
.content ul, .content ol {
|
||||
margin-bottom: 1em;
|
||||
margin-left: 3em;
|
||||
margin: 1em 0 1.2em 3em;
|
||||
}
|
||||
|
||||
.posthilit {
|
||||
|
@ -430,8 +429,7 @@ dd .signature {
|
|||
}
|
||||
|
||||
.signature ul, .signature ol {
|
||||
margin-bottom: 1em;
|
||||
margin-left: 3em;
|
||||
margin: 1em 0 1.2em 3em;
|
||||
}
|
||||
|
||||
/* Post noticies */
|
||||
|
@ -493,6 +491,7 @@ blockquote.uncited {
|
|||
padding: 3px;
|
||||
border: 1px solid transparent;
|
||||
font-size: 1em;
|
||||
margin: 1em 0 1.2em 0;
|
||||
}
|
||||
|
||||
.codebox p {
|
||||
|
|
Loading…
Add table
Reference in a new issue