Remove table borders
[plack-app-gruntmaster.git] / tmpl / ct.en
index 31642df37dc49c6c48d94c0967c3804d222892e2..52cf518929092d6a129306909519ce2e3f1c20dd 100644 (file)
@@ -1,6 +1,6 @@
 <div id="running">
 <h1>Running contests</h1>
-<table border class="table table-bordered table-striped">
+<table class="table table-striped">
 <thead>
 <tr><th>Name<th>Start date<th>Stop date<th>Owner
 </thead>
@@ -12,7 +12,7 @@
 
 <div id="pending">
 <h1>Pending contests</h1>
-<table border class="table table-bordered table-striped">
+<table class="table table-striped">
 <thead>
 <tr><th>Name<th>Start date<th>Stop date<th>Owner
 </thead>
@@ -24,7 +24,7 @@
 
 <div id="finished">
 <h1>Finished contests</h1>
-<table border class="table table-bordered table-striped">
+<table class="table table-striped">
 <thead>
 <tr><th>Name<th>Start date<th>Stop date<th>Owner
 </thead>
This page took 0.010071 seconds and 4 git commands to generate.