Diff for /documentViewer/css/docuviewer.css between versions 1.1.10.1 and 1.1.10.2

version 1.1.10.1, 2011/08/15 19:09:07 version 1.1.10.2, 2011/08/16 10:02:00
Line 2 Line 2
 div.page_body {  div.page_body {
     display: table-row;      display: table-row;
 }  }
 div.toc {  div.col_left {
     display: table-cell;      display: table-cell;
 }  }
 div.text {  div.col_main {
     display: table-cell;      display: table-cell;
 }  }
   
 .thumb {  div.col_left {
       /* would be better without fixed width */
       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.10.1  
changed lines
  Added in v.1.1.10.2


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