Convert div id="subtitle" to a h1 id="title"
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 11:11:33 +0000 (13:11 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 11:11:33 +0000 (13:11 +0200)
css/custom.css
lib/Gruntmaster/Page/Base.pm

index 4cc0ab746a2dded7c4e77a60815c007f0206bc2d..9619a30f68bb5c4d6a72637ec6289188585419b8 100644 (file)
@@ -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{
index 0585985cc9bd09bf0462e87239bc8f17b6e730c9..e8434ef5424cd6acda980ed1e9c11c0b5b7acc9a 100644 (file)
@@ -84,7 +84,7 @@ my %orig_header_templates = (
 
 <div class="container-fluid">
 
-<div id="subtitle">TITLE_GOES_HERE</div>
+<h1 id="title">TITLE_GOES_HERE</h1>
 <div id="result"></div>
 HTML
 );
This page took 0.011363 seconds and 4 git commands to generate.