From cfaae9067c151d8db49b0fcbcaff04bc31176bd2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 12 May 2024 11:46:16 +0200 Subject: mostly ignore errors when importing --- web/style/layout.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web') diff --git a/web/style/layout.css b/web/style/layout.css index b18b42e..fb3da7c 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -74,18 +74,18 @@ section.message { border-radius: 8px; } .error { - padding: 1em; color: var(--c-error); font-family: monospace; } .warn { - padding: 1em; color: var(--c-warn); } .success { - padding: 1em; color: var(--c-success); } +.message p { + padding: 1em; +} footer { padding: 0.1em; @@ -158,7 +158,7 @@ summary h3 { width: max(10em, 40%); } -td, -th { +table.border td, +table.border th { border: 1px solid gray; } -- cgit v1.2.3-70-g09d2