Changeset 573:3b53975be0c8 in documentViewer


Ignore:
Timestamp:
Oct 15, 2012, 11:03:52 AM (12 years ago)
Author:
casties
Branch:
default
Message:

display of notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r568 r573  
    280280    margin-bottom: 1em;
    281281}
    282 /* figures */
     282/* note */
     283div.col.main div.content.text span.note {
     284        display: block;
     285        /* float: left; */
     286    margin-top: 0.5em;
     287    margin-bottom: 0.5em;
     288    padding: 5px;
     289    border: 1px dashed silver; 
     290}
     291div.col.main div.content.text span.note span.noteSign {
     292        display: none;
     293}
     294/* figure */
    283295div.col.main div.content.text span.figure {
    284296    display: block;
Note: See TracChangeset for help on using the changeset viewer.