From 05ebc75e25f02d68373483efa678424a4fdfa3f8 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 6 Feb 2014 13:11:33 +0200 Subject: [PATCH] Convert div id="subtitle" to a h1 id="title" --- css/custom.css | 4 ++-- lib/Gruntmaster/Page/Base.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 4cc0ab7..9619a30 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,10 +1,10 @@ -div#subtitle{ +h1#title{ font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; font-weight: bold; text-align: center; padding: 0; margin: 0; - font-size: 3em; + font-size: 3em !important; } footer{ diff --git a/lib/Gruntmaster/Page/Base.pm b/lib/Gruntmaster/Page/Base.pm index 0585985..e8434ef 100644 --- a/lib/Gruntmaster/Page/Base.pm +++ b/lib/Gruntmaster/Page/Base.pm @@ -84,7 +84,7 @@ my %orig_header_templates = (
-
TITLE_GOES_HERE
+

TITLE_GOES_HERE

HTML ); -- 2.39.2