source: documentViewer/css/docuviewer.css @ 484:26bb915c1f07

elementtree
Last change on this file since 484:26bb915c1f07 was 484:26bb915c1f07, checked in by casties, 13 years ago

more new template stuff

File size: 552 bytes
Line 
1
2div.page_body {
3    display: table-row;
4}
5div.col_left {
6    display: table-cell;
7    vertical-align: top;
8}
9div.col_main {
10    display: table-cell;
11    vertical-align: top;
12}
13div.col_right {
14    display: table-cell;
15    vertical-align: top;
16}
17
18div.col_left {
19    max-width: 20em;
20}
21
22div.col_left .thumb {
23    padding: 3px;
24}
25div.col_left .thumbsel {
26    padding: 2px;
27    border: 1px solid blue;
28}
29div.col_left .thumbcap {
30    color: black;
31}
32
33div.col_left .toc {
34    float:left;
35    clear:right; 
36}
37div.col_left .toc.float.right {
38    float:right;
39}
Note: See TracBrowser for help on using the repository browser.