Skip to content

Commit

Permalink
AO3-6622 Decrease margins on definition lists in FAQs (#4756)
Browse files Browse the repository at this point in the history
* adjusted margins for faq related dd and dl elements

* reverted borked spacing

* move forgotten rule down into context

* move selectors all to one line

* indented css3 rules

* missed some

* fixed spacing on css3 rule

* added a new spec

* removed accidental test!
  • Loading branch information
forceofcalm authored Dec 10, 2024
1 parent b5e71b6 commit adadd6d
Showing 1 changed file with 13 additions and 3 deletions.
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 @@ -122,8 +122,8 @@
.userstuff caption {
font-size: 1em;
height: auto;
opacity: 1.0;
width: auto;
opacity: 1;
}

.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 @@ -183,11 +183,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== */

0 comments on commit adadd6d

Please sign in to comment.