From 5bd3c5ca95731e81ceaabedc04367e832ffbf5bb Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Wed, 8 May 2013 11:06:31 +0200
Subject: New article on fcron to cron migration

---
 theme/static/css/main.css | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

(limited to 'theme')

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;
-- 
cgit v1.2.3