Fix CSS bug

This commit is contained in:
Wes Cossick 2015-06-22 16:15:05 -05:00
parent cc5e3c14d7
commit da4306a655

View File

@ -14,11 +14,11 @@
.editor-preview h2, .editor-preview h2,
.editor-preview h3, .editor-preview h3,
.editor-preview h4, .editor-preview h4,
.editor-preview h5,{ .editor-preview h5{
margin-bottom:10px; margin-bottom:10px;
} }
.editor-preview h1,{ .editor-preview h1{
border-bottom:1px solid #ddd; border-bottom:1px solid #ddd;
} }
</style> </style>