aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-05-08 11:06:31 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-08 19:30:28 +0200
commit5bd3c5ca95731e81ceaabedc04367e832ffbf5bb (patch)
treea98c63ca4cfbbbc47c62611f7973f36ac8b1b72c /theme
parent22e881fa89e4b3b8f6207d2c2e8713c2ff919400 (diff)
New article on fcron to cron migration
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css15
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;