changeset 533:ea70a45594c7

set base font and stuff.
author casties
date Wed, 25 Jul 2012 21:35:26 +0200
parents 0b8bed1223ad
children 9009cf0b0532
files css/docuviewer.css
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/css/docuviewer.css	Wed Jul 25 21:28:31 2012 +0200
+++ b/css/docuviewer.css	Wed Jul 25 21:35:26 2012 +0200
@@ -2,6 +2,7 @@
 body {
     background-color: #ebebeb;
     margin: 5px;
+    font-family: Verdana,Arial,sans-serif;
     font-size: 12px;
 }
 
@@ -69,13 +70,12 @@
 }
 
 div.toc-switcher {
-    /* position: relative; */
     display: table-cell;
-    width: 28px;
+    width: 26.5px; /* for moz and webkit -- don't ask me */
 }
 div.toc-switcher ul {
     position: absolute;
-    z-index: 20;
+    /* z-index: 20; */
     transform: rotate(270deg);
     transform-origin: top left;
     -moz-transform: rotate(270deg);
@@ -104,7 +104,7 @@
 }
 
 div.tocbody {
-    z-index: 10;
+    /* z-index: 10; */
     display: table-cell;
     border: 1px solid silver;
     padding: 0.5em;