templates: Add additional styling for code block in table cell.

This commit is contained in:
Bradley Sepos 2020-04-22 17:47:43 -04:00
parent ad6a5267c2
commit b72f824c77
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -460,6 +460,12 @@ article.docs td {
padding: .5em .66666em;
}
article.docs td > code {
padding: 0 .2em;
text-decoration: underline dotted steelblue;
text-decoration-thickness: .1em;
}
article.docs footer {
border-top: 1px solid lightgray;
margin-top: 2em;