Default q:quote style for HTML5 template.
This commit is contained in:
parent
aab8c3a9b3
commit
cc0e845c18
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ $endif$
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
$if(quotes)$
|
||||||
|
<style type="text/css">
|
||||||
|
q { quotes: "“" "”" "‘" "’"; }
|
||||||
|
</style>
|
||||||
|
$endif$
|
||||||
$if(highlighting-css)$
|
$if(highlighting-css)$
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
$highlighting-css$
|
$highlighting-css$
|
||||||
|
|
Loading…
Add table
Reference in a new issue