File:  [Repository] / documentViewer / css / docuviewer.css
Revision 1.1.10.2: download - view: text, annotated - select for diffs - revision graph
Tue Aug 16 10:02:00 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: 
   12: div.col_left {
   13:     /* would be better without fixed width */
   14:     max-width: 20em;
   15: }
   16: 
   17: div.col_left .thumb {
   18:     padding: 3px;
   19: }
   20: div.col_left .thumbsel {
   21:     padding: 2px;
   22:     border: 1px solid blue;
   23: }
   24: div.col_left .thumbcap {
   25:     color: black;
   26: }
   27: 
   28: div.col_left .toc {
   29:     float:left;
   30:     clear:right; 
   31: }
   32: div.col_left .toc.float.right {
   33:     float:right;
   34: }

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