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