diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex4ht/mn.css')
-rw-r--r-- | Master/texmf-dist/doc/generic/tex4ht/mn.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex4ht/mn.css b/Master/texmf-dist/doc/generic/tex4ht/mn.css index 88ed40102c3..093290420b7 100644 --- a/Master/texmf-dist/doc/generic/tex4ht/mn.css +++ b/Master/texmf-dist/doc/generic/tex4ht/mn.css @@ -18,6 +18,7 @@ p.indent{text-indent:0;} p + p{margin-top:1em;} p + div, p + pre {margin-top:1em;} div + p, pre + p {margin-top:1em;} +a { overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; hyphens: auto; } @media print {div.crosslinks {visibility:hidden;}} a img { border-top: 0; border-left: 0; border-right: 0; } center { margin-top:1em; margin-bottom:1em; } |