Instead of using <style> with import, set an explicit link like we do
for other stylesheets. This will make it possible to turn on a content
security policy for CSS.
{%endfor%}
<link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="/events.rss" />
{%endif%}
- <style type="text/css" media="screen" title="Normal Text">@import url("/dyncss/base.css?{{gitrev}}");</style>
+ <link rel="stylesheet" type="text/css" href="/dyncss/base.css?{{gitrev}}">
{%block extrahead%}{%endblock%}
</head>
<body>
{%endfor%}
<link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="/events.rss" />
{%endif%}
- <style type="text/css" media="screen" title="Normal Text">@import url("/dyncss/base.css?{{gitrev}}");</style>
+ <link rel="stylesheet" type="text/css" href="/dyncss/base.css?{{gitrev}}">
{%block extrahead%}{%endblock%}
</head>
<body>