Line | |
---|
1 | |
---|
2 | div.page-body { |
---|
3 | display: table-row; |
---|
4 | } |
---|
5 | div.page-body div.col { |
---|
6 | display: table-cell; |
---|
7 | vertical-align: top; |
---|
8 | } |
---|
9 | |
---|
10 | div.toc-text, |
---|
11 | div.toc-figures { |
---|
12 | max-width: 20em; |
---|
13 | } |
---|
14 | |
---|
15 | div.col.results { |
---|
16 | max-width: 20em; |
---|
17 | } |
---|
18 | |
---|
19 | div.toc-text .toc, |
---|
20 | div.toc-figures .toc, |
---|
21 | div.toc-concordance .toc { |
---|
22 | float:left; |
---|
23 | clear:right; |
---|
24 | } |
---|
25 | div.toc-text .toc.float.right, |
---|
26 | div.toc-figures .toc.float.right, |
---|
27 | div.toc-concordance .toc.float.right { |
---|
28 | float:right; |
---|
29 | } |
---|
30 | |
---|
31 | table.thumbs .thumb { |
---|
32 | padding: 3px; |
---|
33 | } |
---|
34 | table.thumbs .thumbsel { |
---|
35 | padding: 2px; |
---|
36 | border: 1px solid blue; |
---|
37 | } |
---|
38 | table.thumbs .thumbcap { |
---|
39 | color: black; |
---|
40 | } |
---|
41 | |
---|
42 | span.hit.highlight { |
---|
43 | background-color: lightgreen; |
---|
44 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.