aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-01 10:36:08 -0800
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-04 02:53:51 -0800
commit5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7 (patch)
tree01e6cadda612c7832ac008e6dff2cf7fe816f59a /static/styles.css
parent4f3840b0b2f765a02d8b90c8cb2e9270458b8ae2 (diff)
downloadpatchfoo-5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7.tar.gz
patchfoo-5b3dc4bf49f367de33fcd4e6e21281ffec91b6a7.zip
Render ferment message types
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css5
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%;
}