Merge pull request #693 from alecperkins/patch-1

Add bottom margin to hr elements
This commit is contained in:
bootstraponline
2013-05-08 15:00:55 -07:00
+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;
}