diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
| commit | 74fbee8d95f42740a9f716109b0523b1619d1e87 (patch) | |
| tree | ac3bda7f11665408ec345b04eaf1e88614a9526b /static/css/top.css | |
| parent | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (diff) | |
Refactor: rename dump DOM ids to hump
Diffstat (limited to 'static/css/top.css')
| -rwxr-xr-x | static/css/top.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/top.css b/static/css/top.css index 9bcc9e8..b2581da 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -117,7 +117,7 @@ z-index:5; float:left; background-image:url(/static/img/ylgrad.png); } -#previewdump{ +#previewhump{ background-color:#fff; padding:5px; padding-left:15px; @@ -136,7 +136,7 @@ margin-right:-210px; -moz-border-radius-bottomright:5px; background-image:url(/static/img/grgrad.png); } -#previewdump a:hover{ +#previewhump a:hover{ color:#000000; } input { @@ -287,4 +287,3 @@ a.img_roll:hover{ ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:132px; } ul.pagination li { float:left; margin:0 5px;display:none; } ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;} - |
