diff options
Diffstat (limited to 'default.slidy')
-rw-r--r-- | default.slidy | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/default.slidy b/default.slidy index 98b8d66..6b97768 100644 --- a/default.slidy +++ b/default.slidy | |||
@@ -17,19 +17,8 @@ $if(keywords)$ | |||
17 | $endif$ | 17 | $endif$ |
18 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 18 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
19 | <style type="text/css"> | 19 | <style type="text/css"> |
20 | code{white-space: pre-wrap;} | 20 | $styles.html()$ |
21 | span.smallcaps{font-variant: small-caps;} | ||
22 | span.underline{text-decoration: underline;} | ||
23 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
24 | $if(quotes)$ | ||
25 | q { quotes: "“" "”" "‘" "’"; } | ||
26 | $endif$ | ||
27 | </style> | ||
28 | $if(highlighting-css)$ | ||
29 | <style type="text/css"> | ||
30 | $highlighting-css$ | ||
31 | </style> | 21 | </style> |
32 | $endif$ | ||
33 | <link rel="stylesheet" type="text/css" media="screen, projection, print" | 22 | <link rel="stylesheet" type="text/css" media="screen, projection, print" |
34 | href="$slidy-url$/styles/slidy.css" /> | 23 | href="$slidy-url$/styles/slidy.css" /> |
35 | $for(css)$ | 24 | $for(css)$ |