From 68ad23321910c19c2e0f1387536417177fc414e4 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 3 Mar 2020 14:56:32 -0500 Subject: print view: no message horizontal border --- static/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index e182ae5..3ffdddc 100644 --- a/static/styles.css +++ b/static/styles.css @@ -154,6 +154,14 @@ pre { padding: .5ex; } +.print-view .msg-row:first-child .msg-left, +.print-view .msg-row:first-child .msg-main, +.print-view .msg-row:first-child .msg-right, +.print-view .ssb-msgs { + border-top: 0; + border-bottom: 0; +} + .msg-content { padding: 0 .5ex .5ex .5ex; } -- cgit v1.2.3