diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 3ffdddc..d168d21 100644 --- a/static/styles.css +++ b/static/styles.css @@ -162,6 +162,10 @@ pre { border-bottom: 0; } +.print-view .msg-main { + text-align: center; +} + .msg-content { padding: 0 .5ex .5ex .5ex; } |