Mercurial > hg > documentViewer
changeset 573:3b53975be0c8
display of notes
author | casties |
---|---|
date | Mon, 15 Oct 2012 13:03:52 +0200 |
parents | 51800c42bcda |
children | 4778900ae3e2 |
files | css/docuviewer.css |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/css/docuviewer.css Mon Oct 15 13:03:37 2012 +0200 +++ b/css/docuviewer.css Mon Oct 15 13:03:52 2012 +0200 @@ -279,7 +279,19 @@ text-align: center; margin-bottom: 1em; } -/* figures */ +/* note */ +div.col.main div.content.text span.note { + display: block; + /* float: left; */ + margin-top: 0.5em; + margin-bottom: 0.5em; + padding: 5px; + border: 1px dashed silver; +} +div.col.main div.content.text span.note span.noteSign { + display: none; +} +/* figure */ div.col.main div.content.text span.figure { display: block; width: 200px;