Remove table borders
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Mar 2015 14:54:29 +0000 (16:54 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Mar 2015 14:54:29 +0000 (16:54 +0200)
tmpl/ct.en
tmpl/log.en
tmpl/log_entry.en
tmpl/pb.en
tmpl/st.en
tmpl/us.en
tmpl/us_entry.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>
index 4cd20cf516e95b30b06d073d781bdcf0860c95db..efb733b534c48af27a307509593e29c8c374ef40 100644 (file)
@@ -1,4 +1,4 @@
-<table border class="table table-bordered table-striped table-condensed">
+<table class="table table-striped table-condensed">
 <thead><tr><th>ID<th>Problem<th>Contest<th>Date<th>Source<th>User<th>Result</thead>
 
 <tbody>
index 60e756d937a7e86d766e09312df904ea2d2cc8fb..ef7371d3fc0d02d7e1c7dc11a5fdb4ec0fa0c7e6 100644 (file)
@@ -12,7 +12,7 @@
 
 <div id="results">
 <h2>Results</h2>
-<table border class="table table-border table-striped">
+<table class="table table-striped">
 <thead>
 <tr><th>Test number<th>Result<th>Time
 </thead>
index bde0ae89d56fd4a4cfde7b9eb7075d41955b4ec4..0b8827f234abe84756d93fcb552f9f47a3ffda54 100644 (file)
@@ -5,7 +5,7 @@ The timer for a problem starts when you open the problem. You will lose points i
 
 <div id="beginner">
 <h2>Beginner</h2>
-<table border class="table table-bordered table-striped table-fixed">
+<table class="table table-striped table-fixed">
 <thead><tr><th>Name<th>Author<th>Owner</thead>
 
 <tbody>
index 1c4c592124bef267a4c95d6c149f9ed62cc3d97a..be05d435aabeb66c80a51d74a26b913adae167c3 100644 (file)
@@ -1,4 +1,4 @@
-<table border class="table table-border table-striped">
+<table class="table table-striped">
 <thead>
 <tr><th>Rank<th>User<th class="problem"><a href="/pb/id">Problem name</a><th>Score
 </thead>
index df230b2f03ecbe24ce2ac954d0bdc796891bafec..10ca8db6116d0faa8d1fa0e30174349db63b9f1f 100644 (file)
@@ -1,5 +1,5 @@
 Only top 200 users are shown.
-<table border class="table table-bordered table-striped">
+<table class="table table-striped">
 <thead><tr><th>User<th>Solved problems<th>Attempted problems<th>Attended contests</thead>
 <tbody><tr><td class="user"><a href="/us/id">Name</a><td class="solved">10<td class="attempted">5<td class="contests">1
 </table>
index 7b261eda59dee350e461a6a0d3a75b57712988ad..c843aa22056d4e640de7397891f90e3efeff486c 100644 (file)
@@ -18,7 +18,7 @@ Total <strong id="attempted_count">1</strong>
 <ul class="inline" id="attempted"><li><a href="/pb/id">problem_id</a></ul>
 
 <h1>Contest results</h1>
-<table class="table table-bordered table-striped">
+<table class="table table-striped">
 <thead><tr><th>Contest<th>Score<th>Rank</thead>
 <tbody><tr><td class="contest"><a href="/ct/id">Test<td class="score">1000<td class="rank">1</tbody>
 </table>
This page took 0.015935 seconds and 4 git commands to generate.