Skip to content

Commit

Permalink
fix: use persons list indentation for sources
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Dec 2, 2024
1 parent e327abd commit 98ac8bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/scss/_tei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
}
}

// Lists with hanging indents in "sources" - same as for "persons"

#sources {
.tei-item .tei-item {
margin-left: 2em;
text-indent: -2em;
}
}

// No padding for terms list, because of empty wrapping list
// historicaldocuments/frus1977-80v30/terms

Expand Down

0 comments on commit 98ac8bb

Please sign in to comment.