diff options
Diffstat (limited to 'styles.html')
-rw-r--r-- | styles.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles.html b/styles.html new file mode 100644 index 0000000..34cd4de --- /dev/null +++ b/styles.html | |||
@@ -0,0 +1,12 @@ | |||
1 | code{white-space: pre-wrap;} | ||
2 | span.smallcaps{font-variant: small-caps;} | ||
3 | span.underline{text-decoration: underline;} | ||
4 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
5 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
6 | ul.task-list{list-style: none;} | ||
7 | $if(quotes)$ | ||
8 | q { quotes: "“" "”" "‘" "’"; } | ||
9 | $endif$ | ||
10 | $if(highlighting-css)$ | ||
11 | $highlighting-css$ | ||
12 | $endif$ | ||