mirror of
https://github.com/standardebooks/charles-darwin_the-origin-of-species.git
synced 2025-09-22 02:26:51 -04:00
CSS to support definition list in glossary
This commit is contained in:
parent
ee884b8766
commit
b3cb5bec91
1 changed files with 10 additions and 0 deletions
|
@ -36,3 +36,13 @@ span[epub|type~="subtitle"]{
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt{
|
||||||
|
margin-top: 0.5em;
|
||||||
|
font-variant: small-caps;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd{
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue