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

version 1.1, 2006/04/06 17:13:43 version 1.1.10.5, 2011/08/19 14:41:55
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.5


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