aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/pagedown.css
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2020-06-07 01:38:42 -0400
committerMatt Kohls <mattkohls13@gmail.com>2020-06-07 01:38:42 -0400
commitd5310e86ef491cd662fd41a4d80e8e327a36bcd8 (patch)
tree00b88ce83b4a0d0d700cd7bd0858e846071d10a1 /static/css/pagedown.css
parent0da6ee8846f597ac897646a2f33521a1efe0655c (diff)
downloadpagedown-d5310e86ef491cd662fd41a4d80e8e327a36bcd8.tar.gz
pagedown-d5310e86ef491cd662fd41a4d80e8e327a36bcd8.tar.bz2
pagedown-d5310e86ef491cd662fd41a4d80e8e327a36bcd8.zip
Adding in table of contents
Diffstat (limited to 'static/css/pagedown.css')
-rw-r--r--static/css/pagedown.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/pagedown.css b/static/css/pagedown.css
index 11e33e6..ee219dc 100644
--- a/static/css/pagedown.css
+++ b/static/css/pagedown.css
@@ -45,6 +45,11 @@ label {
margin-bottom: .25rem
}
+aside {
+ border-left-style: dotted;
+ padding: 1em
+}
+
h1 {
font-family: serif
}