From da4306a655b9506c4b2a704d9fef98d994529625 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 22 Jun 2015 16:15:05 -0500 Subject: [PATCH] Fix CSS bug --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f7680cc..9af4a1c 100644 --- a/index.html +++ b/index.html @@ -14,11 +14,11 @@ .editor-preview h2, .editor-preview h3, .editor-preview h4, - .editor-preview h5,{ + .editor-preview h5{ margin-bottom:10px; } - .editor-preview h1,{ + .editor-preview h1{ border-bottom:1px solid #ddd; }