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

version 1.1.10.5, 2011/08/19 14:41:55 version 1.1.10.6, 2011/08/22 09:12:42
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;      vertical-align: top;
 }  }
 div.col_main {  div.col-main {
     display: table-cell;      display: table-cell;
     vertical-align: top;      vertical-align: top;
 }  }
 div.col_right {  div.col-right {
     display: table-cell;      display: table-cell;
     vertical-align: top;      vertical-align: top;
 }  }
   
 div.col_left {  div.col-left {
     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.5  
changed lines
  Added in v.1.1.10.6


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