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/login/login.html | |
parent | Formatting (diff) | |
download | synapse-9f7c5f161cc7eaa1e23994955fc2aa29dd68dad7.tar.xz |
switch some elements from being styled by class to styled by id
Diffstat (limited to 'webclient/login/login.html')
-rw-r--r-- | webclient/login/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/login/login.html b/webclient/login/login.html index a8b2b1f12d..3acd6976c5 100644 --- a/webclient/login/login.html +++ b/webclient/login/login.html @@ -1,6 +1,6 @@ <div ng-controller="LoginController" class="login"> - <div class="page"> - <div class="wrapper"> + <div id="page"> + <div id="wrapper"> {{ feedback }} |