Changed highlighting-css because of changes in highlighting-kate.

This is now an entire <style> section, not just its contents.
This commit is contained in:
John MacFarlane 2011-12-27 18:06:59 -08:00
parent 0d116481c0
commit 078a3d3afa
3 changed files with 0 additions and 10 deletions

View file

@ -26,11 +26,7 @@ $if(html5)$
<![endif]-->
$endif$
$if(highlighting-css)$
<style type="text/css">
/*<![CDATA[*/
$highlighting-css$
/*]]>*/
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>

View file

@ -15,9 +15,7 @@ $endif$
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$" type="text/css" />

View file

@ -14,11 +14,7 @@ $if(date-meta)$
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$
<style type="text/css">
/*<![CDATA[*/
$highlighting-css$
/*]]>*/
</style>
$endif$
$if(slidy-css)$
<style type="text/css">