Gretyl's Portal

Heretto Help

Abstract, Shortdesc

Adjust the placement of abstract elements and short description elements.

Overview

Resource location:@import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/styling/abstract_shortdesc.css");

By default, the short description element is rendered as a block element.

abstract short description overview

Common Customizations

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

Add a border after short description elements or abstract elements
/* Add a border after short description elements or abstract elements. */
.shortdesc:not(.abstract>.shortdesc),
.abstract {
    padding-bottom: 10px;
    border-bottom: 1px dotted #6f6f6f;
}
abstract short description custom