diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-21 15:26:19 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-21 15:26:51 +0100 |
commit | 01a129cb9a3dea54faf65bea4cf10dee22b55fde (patch) | |
tree | 45ea7d6db65bc0ab4ed0e302e42c69e747c77580 /webclient/app.css | |
parent | In the initial sync api, return the inviter for rooms in the 'invited' state (diff) | |
download | synapse-01a129cb9a3dea54faf65bea4cf10dee22b55fde.tar.xz |
cheer up erik and remove the double-horizontal-border between adjacent text plinths
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 869db69cd6..1717b1b355 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -192,6 +192,7 @@ h1 { border: 1px solid #d8d8d8; height: 31px; display: inline-table; + margin-top: -1px; max-width: 90%; font-size: 16px; /* word-wrap: break-word; */ |