Diff for /documentViewer/css/docuviewer.css between versions 1.1.10.3 and 1.1.10.7

version 1.1.10.3, 2011/08/16 16:27:08 version 1.1.10.7, 2011/08/24 08:58:20
Line 1 Line 1
   
 div.page_body {  div.page-body {
     display: table-row;      display: table-row;
 }  }
 div.col_left {  div.col-left {
     display: table-cell;      display: table-cell;
       vertical-align: top;
 }  }
 div.col_main {  div.col-main {
     display: table-cell;      display: table-cell;
       vertical-align: top;
   }
   div.col-right {
       display: table-cell;
       vertical-align: top;
 }  }
   
 div.col_left {  div.col-left.text {
     max-width: 20em;      max-width: 20em;
 }  }
   
 div.col_left .thumb {  div.col-left .thumb {
     padding: 3px;      padding: 3px;
 }  }
 div.col_left .thumbsel {  div.col-left .thumbsel {
     padding: 2px;      padding: 2px;
     border: 1px solid blue;      border: 1px solid blue;
 }  }
 div.col_left .thumbcap {  div.col-left .thumbcap {
     color: black;      color: black;
 }  }
   
 div.col_left .toc {  div.col-left .toc {
     float:left;      float:left;
     clear:right;       clear:right; 
 }  }
 div.col_left .toc.float.right {  div.col-left .toc.float.right {
     float:right;      float:right;
 }  }
   

Removed from v.1.1.10.3  
changed lines
  Added in v.1.1.10.7


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