view css/docuviewer_ie.css @ 553:2fe04b61ed95

make sure unicodify and utf8ify return str and unicode.
author casties
date Mon, 24 Sep 2012 16:24:22 +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;
}