Gretyl's Portal

Heretto Help

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.


links overview

Common Customizations

You can apply customizations by pasting the following code snippets under the @import rules.

Decorate links in the document body
links decorated
/* Decorate links in the document body. */
.xref,
.link {
    text-decoration: underline;
}