From 3bdc11a9b2c78f2be8c11d28befce7328b6e5424 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 30 Dec 2022 13:58:20 -0600 Subject: Improve RSS preview --- popup/main.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'popup/main.html') diff --git a/popup/main.html b/popup/main.html index 81f8f06..6c57d10 100644 --- a/popup/main.html +++ b/popup/main.html @@ -6,12 +6,15 @@ div a { margin: 1em; } - table td a { + table.preview td a { margin: 0em; } - td { + table.preview td { border: 1px solid black; } + table.feeds tr td { + //border-bottom: 1px solid black; + } -- cgit v1.2.3