Skip to content

Commit

Permalink
Merge pull request #465 from HistoryAtState/fix-sources-indentation
Browse files Browse the repository at this point in the history
Fix sources list indentation
  • Loading branch information
joewiz authored Dec 2, 2024
2 parents e327abd + 98ac8bb commit f6ed2fe
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 f6ed2fe

Please sign in to comment.