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

AO3-6622 Decrease margins on definition lists in FAQs #4756

Merged
merged 9 commits into from
Dec 10, 2024
16 changes: 13 additions & 3 deletions public/stylesheets/site/2.0/21-userstuff.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
.userstuff caption {
font-size: 1em;
height: auto;
opacity: 1.0;
width: auto;
opacity: 1;
forceofcalm marked this conversation as resolved.
Show resolved Hide resolved
}

.userstuff table, .userstuff td, .userstuff col, .userstuff tr, .userstuff thead, .userstuff tfoot, .userstuff tbody, .userstuff th, .userstuff thead td, .userstuff th a, .userstuff th a:link {
Expand Down Expand Up @@ -179,11 +179,21 @@
/* contexts */

.bookmark .user .userstuff {
line-height: 1.5;
line-height: 1.5;
}

.bookmark .user .userstuff blockquote {
margin-bottom: 1.286em;
margin-bottom: 1.286em;
}

.faq .userstuff dd {
margin-block-start: 0.75em;
margin-block-end: 0.75em;
margin-inline-start: 1.75em;
}

.faq .userstuff dl {
margin: 0.75em 0;
}

/*END== */
Loading