File:  [Repository] / documentViewer / css / docuviewer.css
Revision 1.1.10.6: download - view: text, annotated - select for diffs - revision graph
Mon Aug 22 09:12:42 2011 UTC (12 years, 10 months ago) by casties
Branches: elementtree
Diff to: branchpoint 1.1: preferred, colored
more new templates


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;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>