Set font-size for h1
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 23 Jan 2014 18:46:23 +0000 (20:46 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 23 Jan 2014 18:46:23 +0000 (20:46 +0200)
css/custom.css
tmpl/ct.en

index 2dcd5db2516a4fd261c4f66de923f184746a1824..76e4074ed7754c1286ce8460318e53592855a729 100644 (file)
@@ -2,3 +2,7 @@
        margin: 5em auto 2em;
        display: block;
 }
+
+h1 {
+       font-size: 2em !important;
+}
index 0d4821d629fbb6c48a4b70794d05753793821943..e866e7abd2cf100ee2e7aec9e0771adba5c4f5ad 100644 (file)
@@ -5,7 +5,7 @@
 
 <tmpl_if running>
 <div class="jumbotron">
-<h2>Running contests</h2>
+<h1>Running contests</h1>
 <table class="table">
 <thead>
 <tr><th>Name<th>Start date<th>End date<th>Owner
@@ -21,7 +21,7 @@
 
 <tmpl_if pending>
 <div class="jumbotron">
-<h2>Pending contests</h2>
+<h1>Pending contests</h1>
 <table class="table">
 <thead>
 <tr><th>Name<th>Start date<th>End date<th>Owner
@@ -37,7 +37,7 @@
 
 <tmpl_if finished>
 <div class="jumbotron">
-<h2>Finished contests</h2>
+<h1>Finished contests</h1>
 <table class="table">
 <thead>
 <tr><th>Name<th>Start date<th>End date<th>Owner
This page took 0.011653 seconds and 4 git commands to generate.