Changeset 575:f0e5e9c6737f in documentViewer for css


Ignore:
Timestamp:
Oct 16, 2012, 5:46:53 PM (12 years ago)
Author:
casties
Branch:
default
Message:

new w-tag solution with css.
(processWTags doesn't work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r573 r575  
    269269    margin-bottom: 0.25em;
    270270}
     271/* normalization forms */
     272div.col.main div.content.text div.text.orig span.w span.reg,
     273div.col.main div.content.text div.text.orig span.w span.norm {
     274    display: none;
     275}
     276div.col.main div.content.text div.text.reg span.w span.orig,
     277div.col.main div.content.text div.text.reg span.w span.norm {
     278    display: none;
     279}
     280div.col.main div.content.text div.text.norm span.w span.orig,
     281div.col.main div.content.text div.text.norm span.w span.reg {
     282    display: none;
     283}
     284/* dictionary forms */
     285div.col.main div.content.text div.text.plain span.w a.dictionary {
     286    display: none;
     287}
     288div.col.main div.content.text div.text.dict span.w span.nodictionary {
     289    display: none;
     290}
    271291/* page break */
    272292div.col.main div.content.text span.pb span.n,
Note: See TracChangeset for help on using the changeset viewer.