I was thinking about adding something like this to the core, but the
default skin doesn't seem to have any problems with out it. At least
on chrome.  (Could be browser specific). But then I think a line
height of 1.7em may give it the room it needs to handle this.

Cheers,
Dan


On Sat, Oct 31, 2009 at 2:49 PM, Markus <[email protected]> wrote:
>
> For the records: The following css works fine and it won't make lines
> with superscript larger than normal lines.
>
> sup, sub {
>        height: 0;
>        line-height: 1;
>        vertical-align: baseline;
>        position: relative;
> }
> sup {
>        bottom: 1ex;
> }
> sup a, sup a:link, sup a:visited, sup a:hover {
>        text-decoration: none;
> }
> sub {
>        top: 0.5ex;
> }
>
> Source: 
> http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341
>
> On Oct 31, 7:22 pm, Markus <[email protected]> wrote:
>> It seems to work in Safari but one cannot distinguish it from normal
>> text (it's about one nm difference). Then it's probably a style issue,
>> though code.style has no styling for sup...
>>
>> On Oct 31, 7:18 pm, Markus <[email protected]> wrote:
>>
>>
>>
>> > When placing ^^text^^ in or around a link, the underline will be
>> > outside the line in Firefox in one case (not in Safari). And in both
>> > cases the superscript won't work in Safari.
>>
>> > abc ^^[[page|1]]^^
>> > abc [[page|^^1^^]]
>>
>> > Regards, Markus
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to