view css/docuviewer.css @ 509:9d05befdd462 elementtree

try to get characterNormalization in search result working.
author casties
date Mon, 27 Feb 2012 21:57:18 +0100
parents 55e3398e395e
children 4fb35343d2e7
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.toc-text, div.toc-figures {
    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;
}