From c0e1ca52bf2068e5e448b5e54cdbc8161c505303 Mon Sep 17 00:00:00 2001 From: John Mercouris Date: Thu, 24 Aug 2023 13:47:53 -0500 Subject: [PATCH] buffer.lisp: Improve appearance of tables. --- source/buffer.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/buffer.lisp b/source/buffer.lisp index f991ec86624..ea9c83c5e88 100644 --- a/source/buffer.lisp +++ b/source/buffer.lisp @@ -172,13 +172,18 @@ See also the `profile' slot in the `browser' class.") :background-color ,theme:background :border "2px" solid ,theme:primary :padding "5px") + `("table" + :border-radius "3px" + :border-spacing "0" + :width "100%") `("table, th, td" :border-color ,theme:secondary - :border-collapse "collapse" :border-width "1px" :border-style "solid" :background-color ,theme:background :color ,theme:on-background) + `("td, th" + :padding "6px") `(th :background-color ,theme:primary :color ,theme:on-primary