Changeset 511:551ca1641a5e in documentViewer for css


Ignore:
Timestamp:
Feb 28, 2012, 5:21:59 PM (12 years ago)
Author:
casties
Branch:
elementtree
Message:

more cleanup.
search really works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r510 r511  
    88}
    99
    10 div.toc-text, div.toc-figures {
     10div.toc-text,
     11div.toc-figures {
    1112    max-width: 20em;
    1213}
    1314
    14 div.toc-text .toc, div.toc-figures .toc {
     15div.col.results {
     16        max-width: 20em;
     17}
     18
     19div.toc-text .toc,
     20div.toc-figures .toc {
    1521    float:left;
    1622    clear:right;
    1723}
    18 div.toc-text .toc.float.right, div.toc-figures .toc.float.right  {
     24div.toc-text .toc.float.right,
     25div.toc-figures .toc.float.right  {
    1926    float:right;
    2027}
     
    3037    color: black;
    3138}
     39
     40span.hit.highlight {
     41        background-color: lightgreen;
     42}
Note: See TracChangeset for help on using the changeset viewer.