patx/projectpay

Refine invoice section styling

Commit 2cfbb63 · patx · 2026-06-30T20:13:24-04:00

Changeset
2cfbb63b3ea346a49de37267b38dd088261f381d
Parents
a662d2605b65a9d5b9d599bce7cc14ba9d67af2a

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/base.html b/templates/base.html
index 75b7cb9..f003587 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -78,7 +78,6 @@
       .narrow { max-width: 680px; }
       .section {
         background: #fff;
-        border: 1px solid #ddd;
         border-radius: 8px;
         padding: 18px;
         margin-bottom: 16px;
@@ -161,7 +160,7 @@
         margin-top: 12px;
       }
       .payment-card-reference { overflow-wrap: anywhere; }
-      .line-items-section { margin-bottom: 16px; }
+      .line-items-section { margin-bottom: 16px; border-radius: 8px; }
       .invoice-line-list {
         display: grid;
         gap: 10px;