Skip to content

Position of subscripts and superscripts #201

Description

@greg-raven

Using and in your HTML code throws off the line spacing when viewed in the browser. I suggest adding these few lines to the CSS to fix this simply.

sub
{
bottom: -.25em;
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup
{
font-size: 75%;
line-height: 0;
position: relative;
top: -.5em;
vertical-align: baseline;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions