source: documentViewer/css/docuviewer.css @ 485:1e51d440f08b

elementtree
Last change on this file since 485:1e51d440f08b was 485:1e51d440f08b, checked in by casties, 13 years ago

more new templates

File size: 553 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.