view css/docuviewer.css @ 485:1e51d440f08b elementtree

more new templates
author casties
date Mon, 22 Aug 2011 11:12:42 +0200
parents 26bb915c1f07
children ec3d848fe9e8
line wrap: on
line source


div.page-body {
    display: table-row;
}
div.col-left {
    display: table-cell;
    vertical-align: top;
}
div.col-main {
    display: table-cell;
    vertical-align: top;
}
div.col-right {
    display: table-cell;
    vertical-align: top;
}

div.col-left {
    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;
}