website stylesheet: added pre margin-bottom: 20px.
this improves rendering of literal code paragraphs.
This commit is contained in:
parent
a8848d4bd8
commit
559faf7957
@ -173,6 +173,7 @@ pre, code {
|
|||||||
pre {
|
pre {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
box-shadow: 0 0 10px rgba(0,0,0,.1);
|
box-shadow: 0 0 10px rgba(0,0,0,.1);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user