From: Marius Gavrilescu <marius@ieval.ro> Date: Sat, 28 Mar 2015 14:54:29 +0000 (+0200) Subject: Remove table borders X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=bb1a2009de2397fad3da3c78975f107ccca243ef;p=gruntmaster-page.git Remove table borders --- diff --git a/tmpl/ct.en b/tmpl/ct.en index 31642df..52cf518 100644 --- a/tmpl/ct.en +++ b/tmpl/ct.en @@ -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> diff --git a/tmpl/log.en b/tmpl/log.en index 4cd20cf..efb733b 100644 --- a/tmpl/log.en +++ b/tmpl/log.en @@ -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> diff --git a/tmpl/log_entry.en b/tmpl/log_entry.en index 60e756d..ef7371d 100644 --- a/tmpl/log_entry.en +++ b/tmpl/log_entry.en @@ -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> diff --git a/tmpl/pb.en b/tmpl/pb.en index bde0ae8..0b8827f 100644 --- a/tmpl/pb.en +++ b/tmpl/pb.en @@ -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> diff --git a/tmpl/st.en b/tmpl/st.en index 1c4c592..be05d43 100644 --- a/tmpl/st.en +++ b/tmpl/st.en @@ -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> diff --git a/tmpl/us.en b/tmpl/us.en index df230b2..10ca8db 100644 --- a/tmpl/us.en +++ b/tmpl/us.en @@ -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> diff --git a/tmpl/us_entry.en b/tmpl/us_entry.en index 7b261ed..c843aa2 100644 --- a/tmpl/us_entry.en +++ b/tmpl/us_entry.en @@ -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>