diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-08 11:06:31 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-08 19:30:28 +0200 |
commit | 5bd3c5ca95731e81ceaabedc04367e832ffbf5bb (patch) | |
tree | a98c63ca4cfbbbc47c62611f7973f36ac8b1b72c /theme/static/css | |
parent | 22e881fa89e4b3b8f6207d2c2e8713c2ff919400 (diff) |
New article on fcron to cron migration
Diffstat (limited to 'theme/static/css')
-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; |