Diff for /documentViewer/css/docuviewer.css between versions 1.1 and 1.1.10.6

version 1.1, 2006/04/06 17:13:43 version 1.1.10.6, 2011/08/22 09:12:42
Line 1 Line 1
 .thumb {  
   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;      padding: 3px;
 }  }
 .thumbsel {  div.col-left .thumbsel {
     padding: 2px;      padding: 2px;
     border: 1px solid blue;      border: 1px solid blue;
 }  }
 .thumbcap {  div.col-left .thumbcap {
     color: black;      color: black;
 }  }
   
   
   div.col-left .toc {
       float:left;
       clear:right; 
   }
   div.col-left .toc.float.right {
       float:right;
   }

Removed from v.1.1  
changed lines
  Added in v.1.1.10.6


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