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 .s-references (from DigitalRocks) #418

Open
wesleyboar opened this issue Oct 29, 2024 · 0 comments
Open

Add .s-references (from DigitalRocks) #418

wesleyboar opened this issue Oct 29, 2024 · 0 comments
Labels
feature A new feature or replacement of existing feature

Comments

@wesleyboar
Copy link
Member

wesleyboar commented Oct 29, 2024

Goal

Add .s-references (from Pre-Prod Digital Rocks snippet "CSS: Publications").

Background

TACC websites have lists of publications, projects, presentations, papers, et cetera. This is common, and simple to style, and simple to scope such styles.

Reference

Used on Related Publications.

Content as of:

2024-10-29 12:40 CST
<style id="css-references">
    .s-references p + ol {
        margin-top: unset; /* undo negative margin from TACC/Core-Styles#417 */
    }
    .s-references ol li {
        margin-block: 1em;
    }
</style>
2024-10-29 12:30 CST
<style id="css-publications">
    .s-publications p + ol {
        margin-top: unset; /* undo negative margin from TACC/Core-Styles#417 */
    }
    .s-publications ol li {
        margin-block: 1em;
    }
</style>
@wesleyboar wesleyboar added the feature A new feature or replacement of existing feature label Oct 29, 2024
@wesleyboar wesleyboar changed the title Add .s-publications (from DigitalRocks) Add .s-references (from DigitalRocks) Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or replacement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant