summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-08-17 21:05:22 +0200
committerrekado <rekado@elephly.net>2015-08-17 22:56:01 +0200
commitf301fd7af64f55e2711d136c9d1739f892887da0 (patch)
treea3eeb37ffe65105c55db978c4dcf7a572e1ff8c9 /static
parentd68a28e18c41f45c9ae73ba0cd072ceba016999e (diff)
css: Add footnotes style.
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 62b4706..2646c3e 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -74,6 +74,11 @@ div.figure {
text-align: center;
font-size: 0.8rem; }
+div.footnotes {
+ margin-top: 1rem;
+ padding-top: 1rem;
+ border-top: 1px dotted #aaaaaa; }
+
iframe {
margin-top: 1rem;
margin-bottom: 1rem; }