Changeset 533:ea70a45594c7 in documentViewer for css


Ignore:
Timestamp:
Jul 25, 2012, 7:35:26 PM (12 years ago)
Author:
casties
Branch:
default
Message:

set base font and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r532 r533  
    33    background-color: #ebebeb;
    44    margin: 5px;
     5    font-family: Verdana,Arial,sans-serif;
    56    font-size: 12px;
    67}
     
    7071
    7172div.toc-switcher {
    72     /* position: relative; */
    73     display: table-cell;
    74     width: 28px;
     73    display: table-cell;
     74    width: 26.5px; /* for moz and webkit -- don't ask me */
    7575}
    7676div.toc-switcher ul {
    7777    position: absolute;
    78     z-index: 20;
     78    /* z-index: 20; */
    7979    transform: rotate(270deg);
    8080    transform-origin: top left;
     
    105105
    106106div.tocbody {
    107     z-index: 10;
     107    /* z-index: 10; */
    108108    display: table-cell;
    109109    border: 1px solid silver;
Note: See TracChangeset for help on using the changeset viewer.