summaryrefslogtreecommitdiff
path: root/srv
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:53 -0700
committerJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:53 -0700
commite076ea9eef2e310fd0f783279b4f0c7f6a4a4a59 (patch)
treeee5b4d101d8a9da562ebd005ded0895ca63784ff /srv
parent6269337c1e14063ffe1e3fa982c30e6763d191c5 (diff)
downloadpiny-code-e076ea9eef2e310fd0f783279b4f0c7f6a4a4a59.tar.gz
piny-code-e076ea9eef2e310fd0f783279b4f0c7f6a4a4a59.zip
Bringing page.tmpl up to date. Fixes navigation bar misbehavior.
Diffstat (limited to 'srv')
-rw-r--r--srv/templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/templates/page.tmpl b/srv/templates/page.tmpl
index bddd6be..1a76648 100644
--- a/srv/templates/page.tmpl
+++ b/srv/templates/page.tmpl
@@ -7,7 +7,7 @@
<TMPL_IF NAME="FAVICON">
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
-<link rel="stylesheet" href="/piny-shared/style.css" type="text/css" />
+<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <!-- Optional per-repo custom CSS. -->
<TMPL_IF NAME="EDITURL">
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />