More comments and fixes added to top-scorers.css
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#top-scorers-stats-container {
|
#top-scorers-stats-container {
|
||||||
|
|
||||||
|
/* Table Header Styling */
|
||||||
th
|
th
|
||||||
{
|
{
|
||||||
border-bottom: 3px solid red; /* Add red bottom border */
|
border-bottom: 3px solid red; /* Add red bottom border */
|
||||||
@@ -20,6 +21,12 @@
|
|||||||
{
|
{
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Data in Row Style */
|
||||||
|
td
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user