summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css
blob: fb6888573cf47093144f8ba0d74ae120713221f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* A simple example of CSS for placing marginpar in margin.
  (more sophisticated layout probably requires xslt) */
.note.margin .mark      { display:none; }
.note.margin .note-type { display:none; }
.note.margin .note_content {
    display:block;
    position:fixed; left:83%; width:15%;
    background-color: transparent; border:0pt; }

/* Narrower, to make room for marginpar */
.main { width:80%; }