summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-11-09 13:50:57 +1100
committerRichard Jones <richard@mechanicalcat.net>2012-11-09 13:50:57 +1100
commita4e6e70d4ab35d422bcf4a6defbbe310bce0d0b4 (patch)
tree04ae1637db4c404014238cd397141f13eec1630e
parentfd6776b454b0f66cbb3049236b6d2cfed814724a (diff)
downloaddecorator-a4e6e70d4ab35d422bcf4a6defbbe310bce0d0b4.tar.gz
include pygments style
-rw-r--r--templates/standard_template.pt1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/standard_template.pt b/templates/standard_template.pt
index 3edaeb7..b5493b0 100644
--- a/templates/standard_template.pt
+++ b/templates/standard_template.pt
@@ -21,6 +21,7 @@
<link media="screen" tal:attributes="href string:${app/config/pydotorg}styles/largestyles.css" type="text/css" rel="alternate stylesheet" title="large text" />
<link media="screen" tal:attributes="href string:${app/config/pydotorg}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"/>
<!-- allow pypi to override the standard pydotorg/docutils/etc. styles -->
<link rel="stylesheet" href="/css/pypi.css" type="text/css"/>