From 6e80032b72a728493d8155520539ab074d51d12a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 5 Feb 2014 12:09:22 +0200 Subject: [PATCH] Remove title --- css/custom.css | 17 +---------------- lib/Gruntmaster/Page/Base.pm | 1 - 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/css/custom.css b/css/custom.css index 429e489..b4601d8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,27 +1,12 @@ -div#title,div#subtitle{ +div#subtitle{ font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; font-weight: bold; text-align: center; padding: 0; margin: 0; -} - -div#title{ - font-size: 7em; -} - -div#subtitle{ font-size: 3em; } -span.i{ - color: #C00; -} - -span.Eval{ - color: #0C0; -} - footer{ width: 60em; margin: auto; diff --git a/lib/Gruntmaster/Page/Base.pm b/lib/Gruntmaster/Page/Base.pm index 1741b30..80fa027 100644 --- a/lib/Gruntmaster/Page/Base.pm +++ b/lib/Gruntmaster/Page/Base.pm @@ -75,7 +75,6 @@ my %orig_header_templates = (
-
iEval
TITLE_GOES_HERE
HTML -- 2.39.2