diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index c49027e..790e6ab 100644 --- a/static/styles.css +++ b/static/styles.css @@ -95,10 +95,13 @@ pre { .msg-main, .msg-right { border-top: 1px solid #ddd; - vertical-align: top; padding: .5ex; } +td { + vertical-align: top; +} + .msg-main { width: 100%; } |