From 0db13be52f59c114ea832867ba3c62263cb9112a Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Sun, 14 Apr 2024 23:37:22 -0600 Subject: [PATCH] Comments added to league-table page --- .../src/resources/css/league-pages/league-table.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectSourceCode/src/resources/css/league-pages/league-table.css b/ProjectSourceCode/src/resources/css/league-pages/league-table.css index 2793574..a3fdb72 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/league-table.css +++ b/ProjectSourceCode/src/resources/css/league-pages/league-table.css @@ -25,12 +25,13 @@ border-bottom: 3px solid red; /* Add red bottom border */ } +/* Table that holds all the standing information */ #standings-table { width: 100%; padding: 15px; } -/* */ +/* Set the width for the column containing the club logo */ #club-logo-column { width: 25px; }