summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css')
-rw-r--r--Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css b/Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css
deleted file mode 100644
index fb6888573cf..00000000000
--- a/Master/texmf-dist/source/latex/stex/xsl/LaTeXML/marginpar.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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%; }