comparison css/docuviewer.css @ 511:551ca1641a5e elementtree

more cleanup. search really works now.
author casties
date Tue, 28 Feb 2012 18:21:59 +0100
parents 4fb35343d2e7
children 3f375a048402
comparison
equal deleted inserted replaced
510:4fb35343d2e7 511:551ca1641a5e
5 div.page-body div.col { 5 div.page-body div.col {
6 display: table-cell; 6 display: table-cell;
7 vertical-align: top; 7 vertical-align: top;
8 } 8 }
9 9
10 div.toc-text, div.toc-figures { 10 div.toc-text,
11 div.toc-figures {
11 max-width: 20em; 12 max-width: 20em;
12 } 13 }
13 14
14 div.toc-text .toc, div.toc-figures .toc { 15 div.col.results {
16 max-width: 20em;
17 }
18
19 div.toc-text .toc,
20 div.toc-figures .toc {
15 float:left; 21 float:left;
16 clear:right; 22 clear:right;
17 } 23 }
18 div.toc-text .toc.float.right, div.toc-figures .toc.float.right { 24 div.toc-text .toc.float.right,
25 div.toc-figures .toc.float.right {
19 float:right; 26 float:right;
20 } 27 }
21 28
22 div.toc-thumbs .thumb { 29 div.toc-thumbs .thumb {
23 padding: 3px; 30 padding: 3px;
27 border: 1px solid blue; 34 border: 1px solid blue;
28 } 35 }
29 div.toc-thumbs .thumbcap { 36 div.toc-thumbs .thumbcap {
30 color: black; 37 color: black;
31 } 38 }
39
40 span.hit.highlight {
41 background-color: lightgreen;
42 }