diff options
Diffstat (limited to 'template/search_files.st')
| -rw-r--r-- | template/search_files.st | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/search_files.st b/template/search_files.st index 592e30f..b226ebf 100644 --- a/template/search_files.st +++ b/template/search_files.st @@ -3,11 +3,12 @@ <title>dump.fm image search</title> $head()$ <style> + body{margin:6%;} img { max-width: 400px; max-height: 400px;} h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;} </style> </head> - <body class="profile"> + <body class="profile" style="margin:1%;"> <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br> <center><div id="message"></div><br><br></center> |
