Add h3 and h4 styles to markdown preview stylesheet

This commit is contained in:
Kevin Sawicki
2012-09-30 10:50:14 -07:00
parent 7ce292af61
commit 4a04fabe9b

View File

@@ -65,6 +65,20 @@
border-bottom: 1px solid #CCC;
}
.markdown-body h3 {
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
.markdown-body h4 {
font-size: 16px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
.markdown-body p {
margin-bottom: 15px;
}