common/corpus-common-addon/addon/styles/addon.scss
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2017 18:22:19 +0100
changeset 516 86d603d4b265
parent 141 c0e8626a271c
permissions -rw-r--r--
Added tag 0.0.16 for changeset 557cca5cb813

.doc-supsub {
    display: inline-block;
    sup,
    sub {
        position: relative;
        display: block;
        font-size: .5em;
        line-height: 1.2;
    }

    sub {
        top: .3em;
    }
}