diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
| commit | ad4d74ea45be6b227027588f6515fb22fafc335a (patch) | |
| tree | dc33e854cc1f6f7d12ca746edef0e844be17f97f /template/profilenew.st | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'template/profilenew.st')
| -rwxr-xr-x | template/profilenew.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profilenew.st b/template/profilenew.st index 8569921..8391cb1 100755 --- a/template/profilenew.st +++ b/template/profilenew.st @@ -40,7 +40,7 @@ jQuery(document).ready(function() { $banner()$ <div id="posts" class="clickable clearfix"> - <div class="logged-dump"> + <div class="logged-hump"> $if(avatar)$ <div id="dashavatar"> <img id="dashavatarPic" src="$avatar$"/> @@ -90,7 +90,7 @@ jQuery(document).ready(function() { $endif$ </div> - <div class="logged-dump"> + <div class="logged-hump"> <h2><a href="/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> <hr> @@ -100,9 +100,9 @@ jQuery(document).ready(function() { <a href="/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> </div> - <div class="logged-dump"> + <div class="logged-hump"> <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a> - <div class="logged-dump"> + <div class="logged-hump"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> |
