Show parameters for thumbnail as table.

This commit is contained in:
2018-10-11 19:01:48 -07:00
parent 67ba66bdf7
commit fa7d79b112
3 changed files with 46 additions and 8 deletions

View File

@@ -5,6 +5,11 @@ figure p {
figure {
display: inline-block;
margin: 0.25em;
text-align: center;
font-size: smaller;
text-align: left;
line-height: .75em;
}
figure table tr th {
font-weight: bold;
}