File:  [Repository] / documentViewer / css / docuviewer.css
Revision 1.1.10.4: download - view: text, annotated - select for diffs - revision graph
Wed Aug 17 15:00:31 2011 UTC (12 years, 10 months ago) by casties
Branches: elementtree
Diff to: branchpoint 1.1: preferred, unified
more new templates

    1: 
    2: div.page_body {
    3:     display: table-row;
    4: }
    5: div.col_left {
    6:     display: table-cell;
    7: }
    8: div.col_main {
    9:     display: table-cell;
   10: }
   11: div.col_right {
   12:     display: table-cell;
   13: }
   14: 
   15: div.col_left {
   16:     max-width: 20em;
   17: }
   18: 
   19: div.col_left .thumb {
   20:     padding: 3px;
   21: }
   22: div.col_left .thumbsel {
   23:     padding: 2px;
   24:     border: 1px solid blue;
   25: }
   26: div.col_left .thumbcap {
   27:     color: black;
   28: }
   29: 
   30: div.col_left .toc {
   31:     float:left;
   32:     clear:right; 
   33: }
   34: div.col_left .toc.float.right {
   35:     float:right;
   36: }

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