Changeset 565:1b483194901c in documentViewer for css


Ignore:
Timestamp:
Oct 9, 2012, 5:01:18 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more new MpiwgXmlTextServer?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r543 r565  
    257257    font-size: 12px;
    258258}
     259div.col.main div.content.text .bf {
     260    font-weight: bold;
     261}
     262div.col.main div.content.text .head {
     263    margin-top: 0.5em;
     264    margin-bottom: 0.25em;
     265}
     266/* running head */
     267div.col.main div.content.text div.pageHeaderTitle {
     268    text-align: center;
     269    margin-bottom: 1em;
     270}
     271/* figures */
     272div.col.main div.content.text span.figure {
     273    display: block;
     274    width: 200px;
     275    margin-top: 0.5em;
     276    margin-bottom: 0.5em;
     277    padding: 5px;
     278    border: 1px dashed silver;
     279    /* float: right; */
     280    /* text-align: center; */
     281}
     282div.col.main div.content.text span.figure>a,
     283div.col.main div.content.text span.figure span.figureNumber,
     284div.col.main div.content.text span.figure span.caption,
     285div.col.main div.content.text span.figure span.description {
     286    display:block;
     287}
     288div.col.main div.content.text span.figure span.figureNum {
     289    display: none;
     290}
    259291/*
    260292 * search results
Note: See TracChangeset for help on using the changeset viewer.