view css/docuviewer_ie.css @ 575:f0e5e9c6737f

new w-tag solution with css. (processWTags doesn't work)
author casties
date Tue, 16 Oct 2012 19:46:53 +0200
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;
}