view css/docuviewer_ie.css @ 628:447251b5af65

make sure utf8ify and unicodify output text.
author casties
date Wed, 11 Feb 2015 17:18:23 +0100
parents 510bae2b593b
children
line wrap: on
line source

/* fix rotated text positioning */
div.toc-switcher ul {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 5px;
    top: -8em;
    height: 26px;
    width: 40em;
    padding-top: 3px;
    z-index: 10;
}