1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

Merge pull request #3708 from s9e/ticket/13946

[ticket/13946] Increase the CSS margin around [code] and [list]
This commit is contained in:
Marc Alexander 2015-06-17 15:32:29 +02:00
commit 9f17e224c4

View File

@ -383,8 +383,7 @@ dl.faq dt {
}
.content ul, .content ol {
margin-bottom: 1em;
margin-left: 3em;
margin: 0.8em 0 0.9em 3em;
}
.posthilit {
@ -430,8 +429,7 @@ dd .signature {
}
.signature ul, .signature ol {
margin-bottom: 1em;
margin-left: 3em;
margin: 0.8em 0 0.9em 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 {