From 82e8263ffc612ee55231e971021eb31b1bd0ec85 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 15 Feb 2026 22:38:33 -0800 Subject: [PATCH] Add horizontal dividers between trip page sections --- static/trip.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/trip.html b/static/trip.html index c95c88c..1e1cd42 100644 --- a/static/trip.html +++ b/static/trip.html @@ -72,6 +72,7 @@ .room-card { margin-bottom: 0.3rem; } .room-label { font-weight: bold; font-size: 0.8rem; margin-bottom: 0.2rem; } .solver-score { font-size: 0.8rem; margin-top: 0.3rem; color: var(--wa-color-neutral-500); } + .divider { border: none; border-top: 1px solid #909090; margin: 0.75rem 0; } @@ -89,6 +90,7 @@ +
@@ -96,6 +98,7 @@ Solve Rooms
+