summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-06-18 10:27:32 -0400
committerDonald Stufft <donald@stufft.io>2013-06-18 10:27:32 -0400
commitb1806110c15604254b6fdeed6a67e4f83de4042b (patch)
treeb1a2bcb1ee063bb4cbc7eb4dc43fe03299ca48ce
parent02ee54528c7daf853285db675fce2fb66db6fb25 (diff)
downloaddecorator-b1806110c15604254b6fdeed6a67e4f83de4042b.tar.gz
Fix pygments and docutils to point to the static directory to
-rw-r--r--templates/standard_template.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/standard_template.pt b/templates/standard_template.pt
index a2542b6..99a1380 100644
--- a/templates/standard_template.pt
+++ b/templates/standard_template.pt
@@ -19,8 +19,8 @@
<link media="print" href="/static/styles/print.css" type="text/css" rel="stylesheet" />
<link media="screen" href="/static/styles/largestyles.css" type="text/css" rel="alternate stylesheet" title="large text" />
<link media="screen" href="/static/styles/defaultfonts.css" type="text/css" rel="alternate stylesheet" title="default fonts" />
- <link rel="stylesheet" media="screen" href="/css/docutils.css" type="text/css"/>
- <link rel="stylesheet" media="screen" href="/css/pygments.css" type="text/css"/>
+ <link rel="stylesheet" media="screen" href="/static/css/docutils.css" type="text/css"/>
+ <link rel="stylesheet" media="screen" href="/static/css/pygments.css" type="text/css"/>
<!-- allow pypi to override the standard pydotorg/docutils/etc. styles -->
<link rel="stylesheet" href="/static/css/pypi.css" type="text/css"/>