source: documentViewer/css/docuviewer.css @ 480:50a28442f21c

elementtree
Last change on this file since 480:50a28442f21c was 480:50a28442f21c, checked in by casties, 13 years ago

more new template stuff

File size: 221 bytes
Line 
1
2div.page_body {
3        display: table-row;
4}
5div.toc {
6        display: table-cell;
7}
8div.text {
9    display: table-cell;
10}
11
12.thumb {
13        padding: 3px;
14}
15.thumbsel {
16        padding: 2px;
17        border: 1px solid blue;
18}
19.thumbcap {
20        color: black;
21}
Note: See TracBrowser for help on using the repository browser.