1
0
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:
Samuel Lai 2012-02-12 16:50:38 +11:00
parent d1ac676db5
commit f4e2c64de7

View File

@ -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;