]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/ct.en
Remove extra </div>
[mindcoding-template-patches.git] / tmpl / ct.en
index aa85e93bb440ec31cc5afcb420b9f1e0f85fa58f..fa2f0b236f6c6b648bdc1052ca757b82f93bfc7f 100644 (file)
@@ -2,7 +2,7 @@
 <div class="col-md-12 column">
 
 <tmpl_if running>
-<div class="jumbotron">
+<div class="well">
 <h1>Running contests</h1>
 <table class="table">
 <thead>
@@ -18,7 +18,7 @@
 </tmpl_if>
 
 <tmpl_if pending>
-<div class="jumbotron">
+<div class="well">
 <h1>Pending contests</h1>
 <table class="table">
 <thead>
@@ -34,7 +34,7 @@
 </tmpl_if>
 
 <tmpl_if finished>
-<div class="jumbotron">
+<div class="well">
 <h1>Finished contests</h1>
 <table class="table">
 <thead>
@@ -50,4 +50,3 @@
 </tmpl_if>
 </div>
 </div>
-</div>
This page took 0.02274 seconds and 4 git commands to generate.