From ffe3261bbc401efaf5b9abef62568b10e24524ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 16:20:48 -0700 Subject: Change style of footnotes --- css/common.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'css/common.css') diff --git a/css/common.css b/css/common.css index ef223cf..56496ad 100644 --- a/css/common.css +++ b/css/common.css @@ -32,6 +32,15 @@ html, body { margin: auto; padding-bottom: 3em; /*height of nav*/ } +/* Tables */ +table { border-collapse: collapse; } +td { + vertical-align: top; +} +tr { + border-bottom: 1px solid #aaa; + border-top: 1px solid #aaa; +} /* }}} */ /* Links {{{ */ a:link { @@ -168,7 +177,14 @@ nav .nextlink:after { .footnotes { position: absolute; top: 100%; - left: 0; - width: 100%; + left: 25%; + width: 50%; + font-size: 10pt; +} +.footnotes p::first-line { + font-variant: normal !important; +} +.footnotes a[href^="#fnref"] { + float: right; } /* }}} */ -- cgit 1.4.1-21-gabe81