# HG changeset patch # User casties # Date 1343244926 -7200 # Node ID ea70a45594c752400ff1a1c92931d57892d6f85b # Parent 0b8bed1223adcb391388d05f0d50375ad1474167 set base font and stuff. diff -r 0b8bed1223ad -r ea70a45594c7 css/docuviewer.css --- 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;