From f6421a5b41c7a8b89e515e230fc0569898e95442 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 31 Mar 2012 03:01:59 +0200 Subject: [PATCH] Remove the standard footnotes CSS --- static/css/style.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 31909d6b..7b47fedc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -245,24 +245,6 @@ aside > header { margin: 1em 0; } -article footer { - font-size: 0.8em; - opacity: 0.7; - padding-left: 20px; -} - -article footer div { - padding: 0.2em; -} - -article footer div a:first-child { - margin-right: 0.5em; -} - -article footer div * { - display: inline; -} - .docinfo { display: none; }