diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-01 10:36:08 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-04 02:53:51 -0800 |
commit | 5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7 (patch) | |
tree | 01e6cadda612c7832ac008e6dff2cf7fe816f59a /static | |
parent | 4f3840b0b2f765a02d8b90c8cb2e9270458b8ae2 (diff) | |
download | patchfoo-5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7.tar.gz patchfoo-5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7.zip |
Render ferment message types
Diffstat (limited to 'static')
-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%; } |