diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 8 |
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; } |