diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-03 14:57:43 -0500 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-19 17:43:55 -0400 |
commit | e31abb560ad402ff7927d435b5fa395d255a8791 (patch) | |
tree | b1cefb117461c74bdf394b07ccec1ba044def3d0 /static | |
parent | 68ad23321910c19c2e0f1387536417177fc414e4 (diff) | |
download | patchfoo-e31abb560ad402ff7927d435b5fa395d255a8791.tar.gz patchfoo-e31abb560ad402ff7927d435b5fa395d255a8791.zip |
printView: show message date on right
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; } |