From: Michael McMahon Date: Wed, 27 Mar 2024 23:55:43 +0000 (-0400) Subject: Validation - Duplicate ID deadline-table. Converted to class. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f9035d72f77f3bd45927887148781041134d9369;p=libreplanet-static.git Validation - Duplicate ID deadline-table. Converted to class. --- diff --git a/2024/assets/css/custom.css b/2024/assets/css/custom.css index 1a434eb7..9fc28b2b 100644 --- a/2024/assets/css/custom.css +++ b/2024/assets/css/custom.css @@ -1201,7 +1201,7 @@ border-radius: 5px /* deadline table */ -#deadline-table table { +.deadline-table table { border-collapse: collapse; text-align: center; position: relative; @@ -1209,25 +1209,23 @@ border-radius: 5px overflow: hidden; } -#deadline-table th { +.deadline-table th { background-color: #404040; color: white; padding: 10px; text-align: center; } -#deadline-table td { +.deadline-table td { border: 1px solid #dddddd; padding: 10px; text-align: center; } -#deadline-table tr:nth-child(even) { +.deadline-table tr:nth-child(even) { background-color: #f2f2f2; } -#deadline-table tr:hover { +.deadline-table tr:hover { background-color: #e6e6e6; } - - diff --git a/2024/includes/home-content.html b/2024/includes/home-content.html index c3d18263..bdb05990 100644 --- a/2024/includes/home-content.html +++ b/2024/includes/home-content.html @@ -1,4 +1,4 @@ -
+

Ongoing Events

@@ -25,7 +25,7 @@
-
+

Upcoming Events

@@ -43,7 +43,7 @@
-