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