From 6e96149c63f4fe357f09976ca3da1136877b5198 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Thu, 13 Feb 2020 22:07:05 -0600 Subject: Add/sync styles.html to templates --- styles.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 styles.html diff --git a/styles.html b/styles.html new file mode 100644 index 0000000..34cd4de --- /dev/null +++ b/styles.html @@ -0,0 +1,12 @@ +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%;} +div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} +ul.task-list{list-style: none;} +$if(quotes)$ +q { quotes: "“" "”" "‘" "’"; } +$endif$ +$if(highlighting-css)$ +$highlighting-css$ +$endif$ -- cgit v1.2.3