From 0b44df6e1a5424d3b61ed7b3fc8ab8a5bfec036e Mon Sep 17 00:00:00 2001
From: Expo on server <expo@expo.survex.com>
Date: Tue, 30 Jul 2024 15:36:26 +0100
Subject: [PATCH] added borders - online edit of years/2024/records.html

---
 years/2024/records.html | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/years/2024/records.html b/years/2024/records.html
index 9c3aeea5c..92d6559a9 100644
--- a/years/2024/records.html
+++ b/years/2024/records.html
@@ -8,18 +8,21 @@
 </head>
 
 <body>
-
-    <div name="title">
+<div name="title">
     <h1>Records</h1>
     <hr/>
     <p>This page details the numerous records set by members of Expo during the 2024 Expodition.</p>
     <hr/>
     </div>
 
+<style>
+  td{border: 1px solid #eee;}
+</style>
+
     <div name="mine sweeper">
         <h1>Mine Sweeper</h1>
         <p>Record for who was quickest to beat minesweeper of a given size. Should be 16x16 with 40 mines.</p>
-        <hr/>
+        
         <table cellspacing="0">
             <colgroup width="312"></colgroup>
         <colgroup span="3" width="85"></colgroup>
@@ -39,12 +42,12 @@
 
         </tbody>
         </table>
+      <hr/>
     </div>
 
     <div name="cycling the road">
         <h1>Cycling the Loser</h1>
         <p>Record for who was quiest to cycle to the Loseralm</p>
-        <hr/>
         <table cellspacing="0">
             <colgroup width="312"></colgroup>
         <colgroup span="2" width="85"></colgroup>
@@ -62,12 +65,12 @@
 
         </tbody>
         </table>
+      <hr/>
     </div>
 
     <div name="Heaviest Bag">
         <h1>Heaviest Bag</h1>
         <p>Record for who hiked the heaviest bag up the plateau</p>
-        <hr/>
         <table cellspacing="0">
             <colgroup width="312"></colgroup>
         <colgroup span="2" width="85"></colgroup>
@@ -85,12 +88,12 @@
 
         </tbody>
         </table>
+      <hr/>
     </div>
 
     <div name="Number of Showers">
         <h1>Number of showers</h1>
         <p>Record for the person who has taken the most (or least) showers</p>
-        <hr/>
         <table cellspacing="0">
             <colgroup width="312"></colgroup>
         <colgroup span="2" width="85"></colgroup>
@@ -108,7 +111,5 @@
 
         </tbody>
         </table>
-    </div>
-
-
-</body>
\ No newline at end of file
+      <hr/>
+    </div></body>
\ No newline at end of file