Changeset 481:0a0f7f570f90 in documentViewer for css


Ignore:
Timestamp:
Aug 16, 2011, 10:02:00 AM (13 years ago)
Author:
casties
Branch:
elementtree
Message:

more new templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r480 r481  
    11
    22div.page_body {
    3         display: table-row;
     3    display: table-row;
    44}
    5 div.toc {
    6         display: table-cell;
     5div.col_left {
     6    display: table-cell;
    77}
    8 div.text {
     8div.col_main {
    99    display: table-cell;
    1010}
    1111
    12 .thumb {
    13         padding: 3px;
     12div.col_left {
     13    /* would be better without fixed width */
     14    max-width: 20em;
    1415}
    15 .thumbsel {
    16         padding: 2px;
    17         border: 1px solid blue;
     16
     17div.col_left .thumb {
     18    padding: 3px;
    1819}
    19 .thumbcap {
    20         color: black;
     20div.col_left .thumbsel {
     21    padding: 2px;
     22    border: 1px solid blue;
    2123}
     24div.col_left .thumbcap {
     25    color: black;
     26}
     27
     28div.col_left .toc {
     29    float:left;
     30    clear:right;
     31}
     32div.col_left .toc.float.right {
     33    float:right;
     34}
Note: See TracChangeset for help on using the changeset viewer.