summaryrefslogtreecommitdiff
path: root/template/browser.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/browser.st')
-rwxr-xr-xtemplate/browser.st6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/browser.st b/template/browser.st
index 721bb98..8cb6403 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -2,7 +2,7 @@
<head>
<title>dump.fm | Image Search Beta</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/browser.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/browser.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" />
@@ -49,9 +49,7 @@
</div>
<div id="messagePane">
<div id="messageList">
- <iframe src="/static/search/browser.html"
- allowtransparency="true"
- scrolling="auto" ></iframe>
+ <iframe src="/static/search/browser.html" allowtransparency="true" scrolling="auto" ></iframe>
</div>
</div>