view css/docuviewer_ie.css @ 535:510bae2b593b

more fixes, e.g. IE support. first version of index page.
author casties
date Thu, 26 Jul 2012 19:32:31 +0200
parents
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;
}