diff options
Diffstat (limited to 'theme/static')
-rwxr-xr-x | theme/static/css/main.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 944856d..f5e457b 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -57,6 +57,12 @@ ul, ol { padding: 0; padding-right: 10px; } + +.footnote-reference { + position: relative; + bottom: 0.5em; + font-size: 0.8em; +} p { margin: .75em; @@ -91,10 +97,15 @@ table.docutils { border: none; } -table.footnote td { - border: none; +table.footnote { + margin: 0px; + } + table.footnote td { + border: none; + } + td, th { margin: 0; padding: 2px 5px; |