Add bottom margin to hr elements

This gives some more consistent spacing.
This commit is contained in:
Alec Perkins
2013-05-08 18:09:39 -03:00
parent 1f118deed9
commit 84c85774e8
+2 -1
View File
@@ -124,7 +124,8 @@ a.absent {
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
.markdown-body pre,
.markdown-body hr {
margin: 0px 0;
margin-bottom: 15px;
}