diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
| commit | 2e71933790cb3223f7690335eeb66c0c187dbec0 (patch) | |
| tree | e6193a64858af2e5cc519f98955eb269cec86ccc /template/search_files.st | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/search_files.st')
| -rwxr-xr-x | template/search_files.st | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/template/search_files.st b/template/search_files.st index 637142a..4e55e0f 100755 --- a/template/search_files.st +++ b/template/search_files.st @@ -4,18 +4,7 @@ <title>dump.fm image search</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/css/search_files.css?v=20260129"> - <!-- - <style> - img { max-width: 400px; max-height: 400px;} /* FIX THIS */ - html,body,img,div{margin:0; border:0; padding:0} - body { overflow: visible;} - h1 { display:inline-block; margin: 20px; font-size: 30px;} - fieldset { display: inline } - p { margin-left: 20px; display: inline-block; } - </style> - --> - -<script> + <script> jQuery(document).ready(Search.initFullpage) |
