aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/loginform.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
committerArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
commit9d0fc862507e1933e447b3c3e92a438400aad263 (patch)
treec8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/loginform.html
parentc69585f30350876c3f9a9b090ff1165c3ec98b79 (diff)
downloadShaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/loginform.html')
-rw-r--r--tpl/default/loginform.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/loginform.html b/tpl/default/loginform.html
index d481f452..3cdab65a 100644
--- a/tpl/default/loginform.html
+++ b/tpl/default/loginform.html
@@ -18,7 +18,7 @@
18{else} 18{else}
19 <div class="pure-g"> 19 <div class="pure-g">
20 <div class="pure-u-lg-1-3 pure-u-1-24"></div> 20 <div class="pure-u-lg-1-3 pure-u-1-24"></div>
21 <div id="login-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24"> 21 <div id="login-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24 login-form-container">
22 <form method="post" name="loginform"> 22 <form method="post" name="loginform">
23 <h2 class="window-title">{'Login'|t}</h2> 23 <h2 class="window-title">{'Login'|t}</h2>
24 <div> 24 <div>