diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 10:52:49 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 10:52:49 +0000 |
| commit | 155e9aaa76aad66185c6a20c18a3b8586561f9fb (patch) | |
| tree | d92b94b883dcfec6c9adac30277b7d6409057fe3 /template/test.st | |
| parent | fff745efe30e767118c5c28a6feddc14d15c7e19 (diff) | |
Refactor: remove remaining inline styles
Diffstat (limited to 'template/test.st')
| -rwxr-xr-x | template/test.st | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/test.st b/template/test.st index fc7dbbc..62c4335 100755 --- a/template/test.st +++ b/template/test.st @@ -32,7 +32,7 @@ $(document).ready(initLoginForm); <div align="right" class="txt"> <br> <div align="center">dump.fm lets you talk with pictures<br> - <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br> + <a href="/register" class="no-underline">Click here to Register!</a> <br> </div> </div> </div> @@ -81,4 +81,3 @@ $(document).ready(initLoginForm); } catch(err) {} </script> </body> - |
