summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaybe@jekyll <jaybe-jekyll@users.noreply.github.com>2020-02-13 22:07:05 -0600
committerGitHub <noreply@github.com>2020-02-13 22:07:05 -0600
commit6e96149c63f4fe357f09976ca3da1136877b5198 (patch)
tree837f7ba7f7fe28767767d3478d7ced5426624d33
parent21a78318e309235cec8ef0f732e01c97255eb588 (diff)
downloadpandoc-templates-6e96149c63f4fe357f09976ca3da1136877b5198.tar.gz
pandoc-templates-6e96149c63f4fe357f09976ca3da1136877b5198.zip
Add/sync styles.html to templates
-rw-r--r--styles.html12
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 @@
1code{white-space: pre-wrap;}
2span.smallcaps{font-variant: small-caps;}
3span.underline{text-decoration: underline;}
4div.column{display: inline-block; vertical-align: top; width: 50%;}
5div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
6ul.task-list{list-style: none;}
7$if(quotes)$
8q { quotes: "“" "”" "‘" "’"; }
9$endif$
10$if(highlighting-css)$
11$highlighting-css$
12$endif$