diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 12:11:36 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 12:15:29 -0700 |
commit | 76fe7d4eba334cee8b5c18ac26da709106dff1a2 (patch) | |
tree | 7048fb140aa290d902d82b2911347f71e9078ecf /webclient/app.css | |
parent | Handle the case where we don't have a common ancestor (diff) | |
download | synapse-76fe7d4eba334cee8b5c18ac26da709106dff1a2.tar.xz |
Added num_joined_users key to /publicRooms for each room. Show this information in the webclient.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 0c6ae9b668..b438cf0405 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -273,6 +273,10 @@ a:active { color: #000; } font-weight: bold; } +.publicRoomEntry { + margin-bottom: 5px; +} + /*** Participant list ***/ #usersTableWrapper { |