More CSS clean-up to league-table.css. Comments added for more clarity
This commit is contained in:
@@ -39,7 +39,18 @@
|
||||
{
|
||||
border-bottom: 3px solid red; /* Add red bottom border */
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
===========================
|
||||
TABLE COLUMNS STYLE
|
||||
===========================
|
||||
*/
|
||||
|
||||
/* Set the width for the column containing the club logo */
|
||||
#club-logo-column {
|
||||
@@ -66,12 +77,6 @@
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/* Style each piece of data in a row */
|
||||
#standings-table td
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Define styles for odd and even rows */
|
||||
#standings-table tbody tr:nth-child(odd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user