Remove title
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 10:09:22 +0000 (12:09 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 10:09:22 +0000 (12:09 +0200)
css/custom.css
lib/Gruntmaster/Page/Base.pm

index 429e4895a31cc4f7cbdfb6b9227580b52c410abb..b4601d8537c7936cd9b98dc4e18311d3ea7825c8 100644 (file)
@@ -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;
index 1741b30c5cdfbd483cd56b7531da63ce51f699bb..80fa027d5b2651249c504405476b182ab2ac57d2 100644 (file)
@@ -75,7 +75,6 @@ my %orig_header_templates = (
 
 <div class="container-fluid">
 
-<div id="title"><span class="i">i</span><span class="Eval">Eval</span></div>
 <div id="subtitle">TITLE_GOES_HERE</div>
 
 HTML
This page took 0.011398 seconds and 4 git commands to generate.