From 2363bf73e1728ae729c13ec9db43298425badeb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20B=C5=82aut?= Date: Wed, 15 Jan 2014 22:54:50 +0100 Subject: [PATCH] CSS style footnotes clean up --- librarian/epub/style.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/librarian/epub/style.css b/librarian/epub/style.css index ab88bf8..0f5aaeb 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -140,16 +140,11 @@ p /* = Numbering = */ /* ============= */ -.anchor +.anchor sup { - margin: -0.25em -0.5em; - color: #777; - font-size: 0.875em; - width: 2em; - text-align: center; - padding: 0.25em 0.5em; - line-height: 1.5em; -} + vertical-align: text-top; + font-size: 0.7em; +} /* =================== */ /* = Custom elements = */ -- 2.20.1