diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
| commit | 0e1e78449ab2be99a87ac9ce3e9ac4f1f8165202 (patch) | |
| tree | 64884395855a060d7cbf9d2a298774b6ad7711d8 /template/search_files.st | |
| parent | 5ca88af2220380f65c3afdeb76ce1ef9e95cb6d2 (diff) | |
| parent | 08e20557015168d35fda101b98696f022f38945a (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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> |
