source: documentViewer/css/docuviewer.css @ 483:ab9b34a1c62a

elementtree
Last change on this file since 483:ab9b34a1c62a was 483:ab9b34a1c62a, checked in by casties, 13 years ago

more new templates

File size: 477 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}
11div.col_right {
12    display: table-cell;
13}
14
15div.col_left {
16    max-width: 20em;
17}
18
19div.col_left .thumb {
20    padding: 3px;
21}
22div.col_left .thumbsel {
23    padding: 2px;
24    border: 1px solid blue;
25}
26div.col_left .thumbcap {
27    color: black;
28}
29
30div.col_left .toc {
31    float:left;
32    clear:right; 
33}
34div.col_left .toc.float.right {
35    float:right;
36}
Note: See TracBrowser for help on using the repository browser.