source: documentViewer/css/docuviewer.css @ 481:0a0f7f570f90

elementtree
Last change on this file since 481:0a0f7f570f90 was 481:0a0f7f570f90, checked in by casties, 13 years ago

more new templates

File size: 480 bytes
Line 
1
2div.page_body {
3    display: table-row;
4}
5div.col_left {
6    display: table-cell;
7}
8div.col_main {
9    display: table-cell;
10}
11
12div.col_left {
13    /* would be better without fixed width */
14    max-width: 20em;
15}
16
17div.col_left .thumb {
18    padding: 3px;
19}
20div.col_left .thumbsel {
21    padding: 2px;
22    border: 1px solid blue;
23}
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 TracBrowser for help on using the repository browser.