diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/docuviewer_ie.css	Thu Jul 26 19:32:31 2012 +0200
@@ -0,0 +1,10 @@
+/* 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;
+}