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 /static/css/profile.css | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index bbc68af..8ec07d3 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -245,7 +245,7 @@ color:000; padding-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -253,7 +253,7 @@ color:000; border:0px; z-index:4; } -.logged-dump{ +.logged-hump{ width:600px; max-width:600px; text-overflow: ellipsis-word; @@ -325,7 +325,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } |
