diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-03-28 22:34:08 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-03-28 22:34:08 +0200 |
commit | 7e06c9d9c64261c12f28fc2ee9181d25ecfb329c (patch) | |
tree | 4f311589911de42cd94287f210200a562377f357 /webclient | |
parent | 571e79cbceb65c93394cdc7220e6323b29fd1ac2 (diff) |
webclient: vertical-align: top on roomlog tr's
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/client.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webclient/client.html b/webclient/client.html index 7885fe7..af790c6 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -423,6 +423,9 @@ table{ #roomlog_table{ width:100%; } +#roomlog > tr{ + vertical-align:top; +} #roomlog > tr > td:first-child{ width:80px; color:#666; |