Mercurial > hg > documentViewer
view css/docuviewer.css @ 529:f0e28d31ebc6
fixed bug with viewmode xml.
| author | casties |
|---|---|
| date | Thu, 26 Apr 2012 14:45:05 +0200 |
| parents | f8a5f63eafc0 |
| children | 0b8bed1223ad |
line wrap: on
line source
div.page-body { display: table-row; } div.page-body div.col { display: table-cell; vertical-align: top; } div.toc-text, div.toc-figures { max-width: 20em; } div.col.results { max-width: 20em; } div.toc-text .toc, div.toc-figures .toc, div.toc-concordance .toc { float:left; clear:right; } div.toc-text .toc.float.right, div.toc-figures .toc.float.right, div.toc-concordance .toc.float.right { float:right; } table.thumbs .thumb { padding: 3px; } table.thumbs .thumbsel { padding: 2px; border: 1px solid blue; } table.thumbs .thumbcap { color: black; } span.hit.highlight { background-color: lightgreen; }
