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

Add styling for Footnotes #507

Closed
designerbrent opened this issue Jul 30, 2020 · 1 comment
Closed

Add styling for Footnotes #507

designerbrent opened this issue Jul 30, 2020 · 1 comment
Assignees
Labels
ALPS v.3 Tickets for the ALPS v.3 development enhancement

Comments

@designerbrent
Copy link
Collaborator

We need to add some styling for the footnote module. It includes a list of footnotes at the bottom of the page that are wrapped in a <ol> with the class of footnotes. We need to add at least a line on top and make the font just a little smaller.

Something like the following:

ol.footnotes li {
font-size: .85rem;
}
.footnotes {
padding-top: 1.25rem;
border-top: 1px solid #717171;
}
@designerbrent designerbrent added enhancement ALPS v.3 Tickets for the ALPS v.3 development labels Jul 30, 2020
@designerbrent designerbrent self-assigned this Jul 30, 2020
@designerbrent
Copy link
Collaborator Author

This will be fixed in 3.6.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALPS v.3 Tickets for the ALPS v.3 development enhancement
Projects
None yet
Development

No branches or pull requests

1 participant