Bootstrap table styling removed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#club-history-container {
|
||||
width: 20%;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Information</h2>
|
||||
|
||||
<!-- Club Information -->
|
||||
<table id="club-information-table" class="table">
|
||||
<table id="club-information-table">
|
||||
<tbody>
|
||||
|
||||
<!-- Club Address Container -->
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<h2>Competitions</h2>
|
||||
|
||||
<table id="players-table" class="table">
|
||||
<table id="players-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
<h2>Players</h2>
|
||||
|
||||
<table id="players-table" class="table">
|
||||
<table id="players-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user