Affichage des listes de définitions avec un élément par ligne.

This commit is contained in:
Valentin Lorentz
2017-03-09 23:16:49 +01:00
parent 86fde52da5
commit ba29374ee1

View File

@@ -117,3 +117,18 @@ a:visited
{
color: inherit;
}
dl {
list-style-type: disc;
}
dt:before {
content: "";
display: block;
}
dt:after {
content: ":";
}
dt, dd {
display: inline;
margin: 0;
}