diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/search_files.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/search_files.st')
| -rwxr-xr-x | template/search_files.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/search_files.st b/template/search_files.st index 4ef0118..637142a 100755 --- a/template/search_files.st +++ b/template/search_files.st @@ -3,6 +3,8 @@ <head> <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} @@ -11,6 +13,7 @@ fieldset { display: inline } p { margin-left: 20px; display: inline-block; } </style> + --> <script> |
