aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2020-03-03 14:56:32 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2020-03-19 17:43:55 -0400
commit68ad23321910c19c2e0f1387536417177fc414e4 (patch)
treec6baf387063d486cc62a8266b6de9b555e3fb45a /static/styles.css
parent4a53238c5a95193f26012e464e07094c32cbda99 (diff)
downloadpatchfoo-68ad23321910c19c2e0f1387536417177fc414e4.tar.gz
patchfoo-68ad23321910c19c2e0f1387536417177fc414e4.zip
print view: no message horizontal border
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 8 insertions, 0 deletions
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;
}