From b57ae0badd5a57a4e066eda41ca0e216d923eae5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 25 Dec 2024 11:09:06 -0800 Subject: [PATCH] Style tables in blogmarks too --- static/css/all.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/css/all.css b/static/css/all.css index a4d8737..e39089c 100644 --- a/static/css/all.css +++ b/static/css/all.css @@ -305,15 +305,20 @@ div.entry div.twitter-tweet { div.entry a { word-break: break-word; } -div.entry table { +div.entry table, +div.blogmark table { margin: 1em 0; } div.entry table th, -div.entry table td { +div.entry table td, +div.blogmark table th, +div.blogmark table td +{ font-size: 0.9em; padding-right: 0.5em; } -div.entry table th { +div.entry table th, +div.blogmark table th { padding: 0 1em 0 0; font-weight: bold; border-bottom: 1px solid #666;