diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
commit | 9d0fc862507e1933e447b3c3e92a438400aad263 (patch) | |
tree | c8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/editlink.html | |
parent | c69585f30350876c3f9a9b090ff1165c3ec98b79 (diff) | |
download | Shaarli-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/editlink.html')
-rw-r--r-- | tpl/default/editlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html index f8e968f1..d8c57155 100644 --- a/tpl/default/editlink.html +++ b/tpl/default/editlink.html | |||
@@ -5,7 +5,7 @@ | |||
5 | </head> | 5 | </head> |
6 | <body> | 6 | <body> |
7 | {include="page.header"} | 7 | {include="page.header"} |
8 | <div id="editlinkform" class="pure-g"> | 8 | <div id="editlinkform" class="edit-link-container" class="pure-g"> |
9 | <div class="pure-u-lg-1-5 pure-u-1-24"></div> | 9 | <div class="pure-u-lg-1-5 pure-u-1-24"></div> |
10 | <form method="post" name="linkform" class="page-form pure-u-lg-3-5 pure-u-22-24 page-form page-form-light"> | 10 | <form method="post" name="linkform" class="page-form pure-u-lg-3-5 pure-u-22-24 page-form page-form-light"> |
11 | <h2 class="window-title"> | 11 | <h2 class="window-title"> |