File:  [Repository] / documentViewer / css / docuviewer.css
Revision 1.1.10.7: download - view: text, annotated - select for diffs - revision graph
Wed Aug 24 08:58:20 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:     vertical-align: top;
    8: }
    9: div.col-main {
   10:     display: table-cell;
   11:     vertical-align: top;
   12: }
   13: div.col-right {
   14:     display: table-cell;
   15:     vertical-align: top;
   16: }
   17: 
   18: div.col-left.text {
   19:     max-width: 20em;
   20: }
   21: 
   22: div.col-left .thumb {
   23:     padding: 3px;
   24: }
   25: div.col-left .thumbsel {
   26:     padding: 2px;
   27:     border: 1px solid blue;
   28: }
   29: div.col-left .thumbcap {
   30:     color: black;
   31: }
   32: 
   33: div.col-left .toc {
   34:     float:left;
   35:     clear:right; 
   36: }
   37: div.col-left .toc.float.right {
   38:     float:right;
   39: }

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