diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
| commit | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (patch) | |
| tree | 9dfb8d4fa53d3fa8a4cc4bbe54b690f6822f2d49 /template/fullscreen.st | |
| parent | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (diff) | |
Refactor: reduce inline styles (profile + meme pages)
Diffstat (limited to 'template/fullscreen.st')
| -rwxr-xr-x | template/fullscreen.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st index 030ea17..5879804 100755 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -18,7 +18,7 @@ } </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260131"> <script>jQuery(initLogin)</script> </head> <body> @@ -57,16 +57,16 @@ </p> </span> <span class="regopen"> - <label style="text-align:left;margin-bottom:-8px;">username</label> + <label>username</label> <input type="text" class="field" id="regNickInput" tabindex="5" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">password</label> + <label>password</label> <input type="password" class="field" id="regPasswordInput" tabindex="6" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">password2x</label> + <label>password2x</label> <input type="password" class="field" id="regPasswordInput2" tabindex="7" /> </p><p> - <label style="text-align:left;margin-bottom:-8px;">email</label> + <label>email</label> <input type="text" class="field" id="regEmailInput" tabindex="8" /> </p><p> <input type="submit" class="submit" id="submit" value="Register!" tabindex="9" /> |
