summary refs log tree commit diff
path: root/webclient/login
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-15 23:24:42 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-15 23:24:42 +0100
commit9f7c5f161cc7eaa1e23994955fc2aa29dd68dad7 (patch)
treebffad283a0dee45983d2cfc2d75b9b464d3d728d /webclient/login
parentFormatting (diff)
downloadsynapse-9f7c5f161cc7eaa1e23994955fc2aa29dd68dad7.tar.xz
switch some elements from being styled by class to styled by id
Diffstat (limited to 'webclient/login')
-rw-r--r--webclient/login/login.html4
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 }}