[Pypi-checkins] r737 - trunk/pypi/templates

martin.von.loewis python-checkins at python.org
Fri Mar 5 21:02:56 CET 2010


Author: martin.von.loewis
Date: Fri Mar  5 21:02:56 2010
New Revision: 737

Modified:
   trunk/pypi/templates/standard_template.pt
Log:
Link docutils.css.


Modified: trunk/pypi/templates/standard_template.pt
==============================================================================
--- trunk/pypi/templates/standard_template.pt	(original)
+++ trunk/pypi/templates/standard_template.pt	Fri Mar  5 21:02:56 2010
@@ -19,6 +19,7 @@
       <link media="print" tal:attributes="href string:${app/config/pydotorg}styles/print.css" type="text/css" rel="stylesheet" />
       <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"/>
       
       <metal:slot define-slot="head" />
     </head>


More information about the Pypi-checkins mailing list