source: documentViewer/css/docuviewer.css @ 510:4fb35343d2e7

elementtree
Last change on this file since 510:4fb35343d2e7 was 510:4fb35343d2e7, checked in by casties, 12 years ago

more search. nicer css.

File size: 507 bytes
Line 
1
2div.page-body {
3    display: table-row;
4}
5div.page-body div.col {
6    display: table-cell;
7    vertical-align: top;
8}
9
10div.toc-text, div.toc-figures {
11    max-width: 20em;
12}
13
14div.toc-text .toc, div.toc-figures .toc {
15    float:left;
16    clear:right; 
17}
18div.toc-text .toc.float.right, div.toc-figures .toc.float.right  {
19    float:right;
20}
21
22div.toc-thumbs .thumb {
23    padding: 3px;
24}
25div.toc-thumbs .thumbsel {
26    padding: 2px;
27    border: 1px solid blue;
28}
29div.toc-thumbs .thumbcap {
30    color: black;
31}
Note: See TracBrowser for help on using the repository browser.