More consistent titles

This commit is contained in:
Kevin Chung
2016-05-07 18:30:59 -04:00
parent 275ae6e94a
commit 7391bb4228
7 changed files with 7 additions and 0 deletions

View File

@@ -287,6 +287,7 @@
</div>
<div style="text-align:center">
<br>
<h1 class="text-center">Challenges</h1>
<button class="btn btn-theme btn-outlined create-challenge">New Challenge</button>
<div>

View File

@@ -2,6 +2,7 @@
{% block content %}
<div class="row">
<br>
<h1>Config</h1>
<div class="col-md-6 col-md-offset-3">
{% for error in errors %}

View File

@@ -10,6 +10,7 @@
{% block content %}
<div class="row">
<br>
<h1>Correct Key Submissions</h1>
<div id="confirm" class="modal fade" tabindex="-1">
<div class="modal-dialog">

View File

@@ -2,6 +2,7 @@
{% block content %}
<div class="row">
<br>
<h1>Scoreboard</h1>
<table id="scoreboard" class="table table-striped">
<thead>

View File

@@ -3,6 +3,7 @@
{% block content %}
<div class="row" style="text-align:center">
<br>
<h1>Statistics</h1>
<h3><b>{{ team_count }}</b> teams registered</h3>

View File

@@ -10,6 +10,7 @@ input[type="checkbox"] { margin: 0px !important; position: relative; top: 5px; }
{% block content %}
<div class="row">
<br>
<h1>Teams</h1>
<div id="confirm" class="modal fade" tabindex="-1">
<div class="modal-dialog">

View File

@@ -15,6 +15,7 @@
{% block content %}
<div class="row">
<br>
<h1>Incorrect Key Submissions</h1>
<div id="confirm" class="modal fade" tabindex="-1">
<div class="modal-dialog">