source: documentViewer/css/docuviewer_ie.css

Last change on this file was 535:510bae2b593b, checked in by casties, 12 years ago

more fixes, e.g. IE support. first version of index page.

File size: 233 bytes
Line 
1/* fix rotated text positioning */
2div.toc-switcher ul {
3    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
4    left: 5px;
5    top: -8em;
6    height: 26px;
7    width: 40em;
8    padding-top: 3px;
9    z-index: 10;
10}
Note: See TracBrowser for help on using the repository browser.