Changed <pre> margin to confirm with <p> margins
This commit is contained in:
parent
cf29edcd74
commit
089508d07b
@ -558,13 +558,11 @@ pre, code {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
/* -10px, because it is usually preceded by <p> with margin-bottom: 20px */
|
margin-bottom: 20px;
|
||||||
margin: -10px 0 10px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment_wrapper pre {
|
.comment_wrapper pre {
|
||||||
/* same as above, but with 2px */
|
margin-bottom: 2px;
|
||||||
margin: 8px 0 10px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascii-wrapper pre {
|
.ascii-wrapper pre {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user