diff options
Added footnote CSS styling
Diffstat (limited to 'source/99_result')
-rw-r--r-- | source/99_result/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css index 791b376..e9a6473 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -35,6 +35,7 @@ pre{padding:1em;border-radius:.75em;color:#f8f8f2;background:#272822;white-space #main .article table tr:last-child{border-bottom:0} #main .article table tr th{font-weight:normal;padding:.2em 1em} #main .article table tr td{padding:.2em 1em} +#main .footnotes {border-top:.3em dotted #e3e8e8} #main img{padding:.2em;border:.1em solid #e3e8e8;display:block;margin-left:auto;margin-right:auto} #main img.full{max-width:100%} #main img.clear{border:0} |