Changeset 576:b2c7e272e075 in documentViewer for css


Ignore:
Timestamp:
Oct 17, 2012, 2:36:13 PM (12 years ago)
Author:
casties
Branch:
default
Message:

new w-tag solution with etree. search works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r575 r576  
    269269    margin-bottom: 0.25em;
    270270}
    271 /* normalization forms */
     271/* normalization forms *
    272272div.col.main div.content.text div.text.orig span.w span.reg,
    273273div.col.main div.content.text div.text.orig span.w span.norm {
     
    282282    display: none;
    283283}
    284 /* dictionary forms */
     284/* dictionary forms *
    285285div.col.main div.content.text div.text.plain span.w a.dictionary {
    286286    display: none;
     
    288288div.col.main div.content.text div.text.dict span.w span.nodictionary {
    289289    display: none;
    290 }
     290}
     291*/
    291292/* page break */
    292293div.col.main div.content.text span.pb span.n,
     
    301302}
    302303/* note */
    303 div.col.main div.content.text span.note {
     304div.col.main div.content.text span.note span.noteBody {
    304305        display: block;
    305306        /* float: left; */
     
    310311}
    311312div.col.main div.content.text span.note span.noteSign {
    312         display: none;
     313    display: none;
     314    /* font-size: 70%;
     315        vertical-align: super; */
    313316}
    314317/* figure */
     
    355358        margin-bottom: 0.5em;
    356359}
     360div.col.results div.content div.hit {
     361    margin-bottom: 0.5em;
     362}
     363div.col.results div.content div.hit span.hitLink {
     364    margin-right: 0.5em;
     365}
    357366
    358367/*
     
    399408        font-family: Monaco,Courier,monospace;
    400409        font-size: 12px;
     410}
     411div.col.main div.content.xml ul {
     412    padding-left: 1em;
    401413}
    402414div.col.main div.content.xml div.pageHeaderTitle {
Note: See TracChangeset for help on using the changeset viewer.