diff options
author | rekado <rekado@elephly.net> | 2015-08-17 21:05:22 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-08-17 22:56:01 +0200 |
commit | f301fd7af64f55e2711d136c9d1739f892887da0 (patch) | |
tree | a3eeb37ffe65105c55db978c4dcf7a572e1ff8c9 | |
parent | d68a28e18c41f45c9ae73ba0cd072ceba016999e (diff) |
css: Add footnotes style.
-rw-r--r-- | static/css/screen.css | 5 |
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; } |