diff options
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) |
