Skip to content

Meta-ticket: CSS work #2

@caffodian

Description

@caffodian

What CSS classes need to be defined?

What needs to be supported? Do we need to worry about any conflicts with the existing styles?

Currently, the list styles PolicyStat uses. Customers can also configure their own with some manual CSS editing, which some have done.

.document_body ol li {
    margin-top: .5em;
}
.document_body ol {
    list-style-type:upper-alpha;
}
.document_body ol ol {
    list-style-type:decimal;
}
.document_body ol ol ol {
    list-style-type:lower-alpha;
}
.document_body ol ol ol ol {
    list-style-type: lower-roman;
}
.document_body ol ol ol ol ol {
    list-style-type: lower-alpha;
}
.document_body ol ol ol ol ol ol {
    list-style-type: lower-roman;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions