view css/docuviewer.css @ 481:0a0f7f570f90 elementtree

more new templates
author casties
date Tue, 16 Aug 2011 12:02:00 +0200
parents 50a28442f21c
children 7ca8ac7db06e
line wrap: on
line source


div.page_body {
    display: table-row;
}
div.col_left {
    display: table-cell;
}
div.col_main {
    display: table-cell;
}

div.col_left {
    /* would be better without fixed width */
    max-width: 20em;
}

div.col_left .thumb {
    padding: 3px;
}
div.col_left .thumbsel {
    padding: 2px;
    border: 1px solid blue;
}
div.col_left .thumbcap {
    color: black;
}

div.col_left .toc {
    float:left;
    clear:right; 
}
div.col_left .toc.float.right {
    float:right;
}