Remove obsolete styling of definition lists

This commit is contained in:
Magnus Hoff 2017-10-24 20:44:01 +02:00
parent 1bb1df8cf0
commit 0023b5356f

View file

@ -208,26 +208,6 @@ ul.dense>li:last-child::after {
margin: 0;
}
footer dt, footer dd {
display: inline;
margin: 0;
}
footer dt::after {
content: ": ";
display: inline;
}
footer dd::after {
content: "\00B7";
margin: 0 12px;
}
footer dd:last-child::after {
content: "";
margin: 0;
}
li.missing, ul.dense>li.missing {
display: none;
}