diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-17 03:48:28 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-17 03:48:28 +0100 |
commit | 60245c4f90f60dc7af79165cf074a4df57a02558 (patch) | |
tree | 0ceb74ee15def532e833d7f87c2052e13af7713b /webclient/app.css | |
parent | unbreak login sequence (which spuriously required a sydent server to be speci... (diff) | |
download | synapse-60245c4f90f60dc7af79165cf074a4df57a02558.tar.xz |
implement html5 notifications. (have to be explicitly requested under Config)
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/app.css b/webclient/app.css index 3d8d7dd72b..4e4cfffc48 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -260,8 +260,8 @@ h1 { z-index: 100; top: 100px; left: 50%; - width: 400px; - margin-left: -200px; + width: 500px; + margin-left: -250px; text-align: center; padding: 20px; background-color: #aaa; |