Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template.
11 lines
294 B
HTML
11 lines
294 B
HTML
code{white-space: pre-wrap;}
|
||
span.smallcaps{font-variant: small-caps;}
|
||
span.underline{text-decoration: underline;}
|
||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||
$if(quotes)$
|
||
q { quotes: "“" "”" "‘" "’"; }
|
||
$endif$
|
||
$if(highlighting-css)$
|
||
$highlighting-css$
|
||
$endif$
|
||
|