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