view css/docuviewer.css @ 484:26bb915c1f07 elementtree

more new template stuff
author casties
date Fri, 19 Aug 2011 16:41:55 +0200
parents ab9b34a1c62a
children 1e51d440f08b
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;
}