diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-09 09:08:59 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-09 09:08:59 +0100 |
| commit | d1a435ad9d548e4594c8c9397afbf8b6aef79082 (patch) | |
| tree | ff542ed07b22fb0e7c31b3190d824759acae4103 | |
| parent | 69ba67713612271fe56be8c9d31e3abcf1a6c7fa (diff) | |
Remove unnecessary CSS from template
| -rw-r--r-- | bin/_template.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/_template.html b/bin/_template.html index f35432eec..c8a9108ad 100644 --- a/bin/_template.html +++ b/bin/_template.html @@ -14,20 +14,6 @@ $if(keywords)$ <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> $endif$ <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> - <style type="text/css"> - 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$ - </style> -$if(highlighting-css)$ - <style type="text/css"> -$highlighting-css$ - </style> -$endif$ $for(css)$ <link rel="stylesheet" href="$css$" /> $endfor$ |
