diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-01 00:41:53 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-01 00:41:53 +0100 |
commit | d27e1ab148e78a0d265ea741d5e60f32d0b78de3 (patch) | |
tree | 68b7330d2829e16afe272f1761bfc8295fca023a /webclient | |
parent | don't make HS ports explicit if it's the default for the protocol (diff) | |
download | synapse-d27e1ab148e78a0d265ea741d5e60f32d0b78de3.tar.xz |
fix footer on non-room pages
Diffstat (limited to 'webclient')
-rwxr-xr-x[-rw-r--r--] | webclient/app.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css index 313336ce62..cd1820e155 100644..100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -28,7 +28,6 @@ a:active { color: #000; } #wrapper { margin: auto; max-width: 1280px; - height: 100%; padding-top: 40px; padding-bottom: 40px; padding-left: 20px; |