diff options
Diffstat (limited to 'default.dzslides')
-rw-r--r-- | default.dzslides | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.dzslides b/default.dzslides index 892a434..96862a2 100644 --- a/default.dzslides +++ b/default.dzslides | |||
@@ -12,7 +12,7 @@ $if(keywords)$ | |||
12 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> | 12 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> |
13 | $endif$ | 13 | $endif$ |
14 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 14 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
15 | <style type="text/css"> | 15 | <style> |
16 | code{white-space: pre-wrap;} | 16 | code{white-space: pre-wrap;} |
17 | span.smallcaps{font-variant: small-caps;} | 17 | span.smallcaps{font-variant: small-caps;} |
18 | span.underline{text-decoration: underline;} | 18 | span.underline{text-decoration: underline;} |
@@ -22,7 +22,7 @@ $if(quotes)$ | |||
22 | $endif$ | 22 | $endif$ |
23 | </style> | 23 | </style> |
24 | $if(highlighting-css)$ | 24 | $if(highlighting-css)$ |
25 | <style type="text/css"> | 25 | <style> |
26 | $highlighting-css$ | 26 | $highlighting-css$ |
27 | </style> | 27 | </style> |
28 | $endif$ | 28 | $endif$ |