From 29d2a49c351398b94b7eae9acad3397772deda9f Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Mon, 18 Feb 2013 16:31:10 +0000 Subject: [PATCH] correcting line height for footnotes git-svn-id: https://projectaon.org/data/trunk@2204 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- en/.publisher/style/standard/more.csst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/.publisher/style/standard/more.csst b/en/.publisher/style/standard/more.csst index 1e12c15..d5c9d1b 100644 --- a/en/.publisher/style/standard/more.csst +++ b/en/.publisher/style/standard/more.csst @@ -23,3 +23,12 @@ img.accent { margin-right: 10px; margin-bottom: 5px; } +sub, sup { + position: relative; + vertical-align: baseline; + line-height: 0; + font-size: 75%; +} +sup {top: -0.5em} +sub {bottom: -0.25em} +.maintext {line-height: 2.5ex} -- 2.34.1