diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-15 23:24:42 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-15 23:24:42 +0100 |
commit | 9f7c5f161cc7eaa1e23994955fc2aa29dd68dad7 (patch) | |
tree | bffad283a0dee45983d2cfc2d75b9b464d3d728d /webclient/rooms/rooms.html | |
parent | Formatting (diff) | |
download | synapse-9f7c5f161cc7eaa1e23994955fc2aa29dd68dad7.tar.xz |
switch some elements from being styled by class to styled by id
Diffstat (limited to '')
-rw-r--r-- | webclient/rooms/rooms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html index c3ee85f8a0..3630eedfd7 100644 --- a/webclient/rooms/rooms.html +++ b/webclient/rooms/rooms.html @@ -1,7 +1,7 @@ <div ng-controller="RoomsController" class="rooms"> - <div class="page"> - <div class="wrapper"> + <div id="page"> + <div id="wrapper"> <div> <form> |