CSS to support definition list in glossary

This commit is contained in:
David Grigg 2018-12-31 14:09:19 +11:00
parent ee884b8766
commit b3cb5bec91

View file

@ -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;
}