]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/ct.en
Remove extra </div>
[mindcoding-template-patches.git] / tmpl / ct.en
index e866e7abd2cf100ee2e7aec9e0771adba5c4f5ad..fa2f0b236f6c6b648bdc1052ca757b82f93bfc7f 100644 (file)
@@ -1,10 +1,8 @@
 <div class="row clearfix">
 <div class="col-md-12 column">
 
-<img src="/img/logo-complet.png" id="logo">
-
 <tmpl_if running>
-<div class="jumbotron">
+<div class="well">
 <h1>Running contests</h1>
 <table class="table">
 <thead>
@@ -20,7 +18,7 @@
 </tmpl_if>
 
 <tmpl_if pending>
-<div class="jumbotron">
+<div class="well">
 <h1>Pending contests</h1>
 <table class="table">
 <thead>
@@ -36,7 +34,7 @@
 </tmpl_if>
 
 <tmpl_if finished>
-<div class="jumbotron">
+<div class="well">
 <h1>Finished contests</h1>
 <table class="table">
 <thead>
@@ -52,4 +50,3 @@
 </tmpl_if>
 </div>
 </div>
-</div>
This page took 0.020443 seconds and 4 git commands to generate.