Xref, Related-Links
Style any cross-reference type.
Overview
Resource location: | @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/dita/xref_related_links.css"); |
By default, long links are broke over multiple lines.
Common Customizations
You can apply customizations by pasting the following code snippets under the @import
rules.
- Decorate links in the document body
-
/* Decorate links in the document body. */ .xref, .link { text-decoration: underline; }