diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:24:35 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:24:35 +0200 |
commit | 38f5c1c378d2a8c25dbc70b2e238732730852a61 (patch) | |
tree | 8fc67534187a260b4fb4f0fbb6de9a2f2f8a6531 | |
parent | Use $location.url to open the user profile page. The user page URL is then th... (diff) | |
download | synapse-38f5c1c378d2a8c25dbc70b2e238732730852a61.tar.xz |
Made small avatar image center
-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 b9e7771ca8..471c52ea79 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -251,6 +251,7 @@ h1 { height: 160px; display:table-cell; vertical-align: middle; + text-align: center; } .profile-avatar img { |