From c8ca427356fbc73beeb3fc01a2843d5a932ff2f7 Mon Sep 17 00:00:00 2001 From: Jesper Johansen Date: Wed, 7 Aug 2013 00:58:31 +0200 Subject: [PATCH] Add a space between the heading selectors --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e3238adb..334d5694 100644 --- a/style.css +++ b/style.css @@ -110,7 +110,7 @@ textarea { } /* Headings */ -h1,h2,h3,h4,h5,h6 { +h1, h2, h3, h4, h5, h6 { clear: both; } hr {