mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
chore: remove table-striped class
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a7da66b04f
commit
a97a05553b
@ -527,7 +527,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -196,7 +196,7 @@ table-hover
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -280,7 +280,7 @@ EOD;
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -172,7 +172,7 @@
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -374,7 +374,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -237,7 +237,7 @@ EOD
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -44,7 +44,7 @@ text-decoration-none text-body
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.markdown-body table').each(function() {
|
||||
$(this).addClass('table table-bordered table-striped');
|
||||
$(this).addClass('table table-bordered');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user