mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 22:48:42 +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>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -196,7 +196,7 @@ table-hover
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -280,7 +280,7 @@ EOD;
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -374,7 +374,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -237,7 +237,7 @@ EOD
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -44,7 +44,7 @@ text-decoration-none text-body
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table table-bordered table-striped');
|
$(this).addClass('table table-bordered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user