More CSS clean-up to remove redundant styling and streamline elements

This commit is contained in:
Lucas Patenaude
2024-04-16 14:56:22 -06:00
parent 80c1dca846
commit ae054ed60a
8 changed files with 98 additions and 177 deletions

View File

@@ -93,7 +93,7 @@
</div>
<div id="club-players-table-container" class="card-container">
<table id="club-players-table">
<table id="club-players-table" class="alternating-table">
<thead>
<tr>
<th>Name</th>

View File

@@ -20,7 +20,7 @@
<!-- Container containing all league table stats -->
<div id="league-table-stats-container" class="card-container">
<table id="league-standings-table">
<table id="league-standings-table" class="alternating-table">
<thead>
<tr>
<th>#</th>