Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta-ticket: CSS work #2

Open
caffodian opened this issue Dec 1, 2016 · 0 comments
Open

Meta-ticket: CSS work #2

caffodian opened this issue Dec 1, 2016 · 0 comments

Comments

@caffodian
Copy link
Contributor

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant