source: documentViewer/css/docuviewer.css @ 482:7ca8ac7db06e

elementtree
Last change on this file since 482:7ca8ac7db06e was 482:7ca8ac7db06e, checked in by casties, 13 years ago

more new template stuff. more batching methods in documentViewer.

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