From f778e06f4d42f6fa6d35bfca7338fe9a95088ecd Mon Sep 17 00:00:00 2001 From: iamguiller Date: Mon, 20 Jan 2014 20:56:57 +0100 Subject: [PATCH] Validate in W3C --- assets/css/template.css | 2 +- assets/less/style.less | 2 +- header.php | 4 ++-- inc/customizer.php | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index b6baa9f..1d967b8 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -7861,7 +7861,7 @@ input#submit .badge { background: #333; } } -#masthead hgroup { +#masthead .hgroup { border-bottom: 1px solid #444; } #masthead .site-title { diff --git a/assets/less/style.less b/assets/less/style.less index 9c40739..ad886b4 100644 --- a/assets/less/style.less +++ b/assets/less/style.less @@ -234,7 +234,7 @@ input#submit { } #masthead { - hgroup { + .hgroup { border-bottom: 1px solid #444; } diff --git a/header.php b/header.php index 70c1b57..3b60581 100644 --- a/header.php +++ b/header.php @@ -15,9 +15,9 @@