mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
Fixed a minor rendering bug where there was no bottom margin for lists.
This commit is contained in:
parent
d1ac676db5
commit
f4e2c64de7
@ -215,6 +215,11 @@ pre code {
|
||||
margin-left: 72px; /* 64px for post-stats-vertical + 8px for padding */
|
||||
}
|
||||
|
||||
/* undo the zero margin-bottom imposed by bootstrap */
|
||||
.post-body ul, .post-body ol {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.post-metadata {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user