From a6ee0be46bc69bc54400bd447a29523cfcc63d83 Mon Sep 17 00:00:00 2001 From: Matthew Powers Date: Fri, 5 Dec 2014 22:22:16 -0500 Subject: [PATCH] Replace a comma with a semicolon --- css/clean-blog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/clean-blog.css b/css/clean-blog.css index 0bd8bf2..a263585 100644 --- a/css/clean-blog.css +++ b/css/clean-blog.css @@ -167,8 +167,8 @@ hr.small { .intro-header .site-heading .subheading, .intro-header .page-heading .subheading { font-size: 24px; - line-height: 1.1, - display: block; + line-height: 1.1; + display: block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; margin: 10px 0 0;