Superscripts do not work with this theme. They display as subscripts. This was noted as an issue with Sky but it was never responded to. I'm desperate for a fix!!

Comments

AlexisWilke’s picture

Hi harmanie,

I think I noticed that and did not really look into it (I always have something else to do!)

The following is the patch, a new version of LadyBug 6.x-1.x-dev will appear within 12h.

The patch should talk for itself, the sup/sub vertical-align parameter were reset.

I guess we may have some other problems with lists...

Thank you.
Alexis

diff -d -u -r1.1 layout.css
--- css/layout.css      11 Jun 2010 06:49:08 -0000      1.1
+++ css/layout.css      7 Oct 2010 22:16:07 -0000
@@ -11,7 +11,7 @@
  * 
  */
 /* @group Reset */
-html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address
+html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address
   margin: 0;
   padding: 0;
   border: 0;
@@ -19,6 +19,13 @@
   vertical-align: baseline;
   background: transparent;
 }
+sub, sup {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  outline: 0;
+  background: transparent;
+}
 html, body {
   height: 100%;
 }
AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Status: Active » Fixed

Should mark as fixed too 8-)

I'll have to create a 1.1 verison too.

Status: Fixed » Closed (fixed)
Issue tags: -superscript

Automatically closed -- issue fixed for 2 weeks with no activity.