summaryrefslogtreecommitdiff
path: root/static/css/profiletest.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
commitad4d74ea45be6b227027588f6515fb22fafc335a (patch)
treedc33e854cc1f6f7d12ca746edef0e844be17f97f /static/css/profiletest.css
parentae480c44c59a9e77ea279f2208dd7f932079e078 (diff)
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/css/profiletest.css')
-rwxr-xr-xstatic/css/profiletest.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/profiletest.css b/static/css/profiletest.css
index f31deb8..4d0372d 100755
--- a/static/css/profiletest.css
+++ b/static/css/profiletest.css
@@ -316,7 +316,7 @@ color:000;
}
-.logged-dump img{
+.logged-hump img{
max-width:500px;
width: expression(this.width > 500 ? 500: true);
max-height:400px;
@@ -335,7 +335,7 @@ color:000;
border:0px;
z-index:4;
}
-.logged-dump{
+.logged-hump{
width:500;
max-width:500px;
text-overflow: ellipsis-word;
@@ -466,7 +466,7 @@ color:#f0e;
}
-.logged-dump a:hover {
+.logged-hump a:hover {
text-decoration: none;
color: #00F;
}