diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-15 02:56:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-15 02:56:00 -0400 |
| commit | 73fb35c1c5d548d3294d1c63bcefeb3688b7800a (patch) | |
| tree | e3852faaf48795dbd4e6ea2cd081b8400ba419e7 /template/search_files.st | |
| parent | 9637e123f2c5de56eef9731cd66a22d087ca2355 (diff) | |
sostler prod commit
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> |
