correcting line height for footnotes
authorJonathan Blake <jonathan.blake@projectaon.org>
Mon, 18 Feb 2013 16:31:10 +0000 (16:31 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Mon, 18 Feb 2013 16:31:10 +0000 (16:31 +0000)
git-svn-id: https://projectaon.org/data/trunk@2204 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

en/.publisher/style/standard/more.csst

index 1e12c15..d5c9d1b 100644 (file)
@@ -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}