diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-18 16:55:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-18 16:55:21 -0400 |
| commit | 09aeb5d1ff8322a89274c845491ffd0667cabc2f (patch) | |
| tree | 4642a035e8f9a66c18a2688cb41081fae212599a /template/browser.st | |
| parent | 26395dfb9f364fda136ac7bc05dfce76566f28d0 (diff) | |
sostler prod commit
Diffstat (limited to 'template/browser.st')
| -rw-r--r-- | template/browser.st | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/browser.st b/template/browser.st index 4ebcd1b..42f1990 100644 --- a/template/browser.st +++ b/template/browser.st @@ -3,6 +3,7 @@ <title>dump.fm | Image Search Beta</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/css/browser.css"> + <link rel="stylesheet" type="text/css" href="/static/css/header.css"> <script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script> <link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" /> @@ -62,7 +63,7 @@ $endif$ </div> </div> -<div id="footerc"> +<div id="footerc" style="bottom:3px;"> <p> $footer()$</p> <p> |
