16 lines
190 B
CSS
16 lines
190 B
CSS
figure p {
|
|
margin: 0;
|
|
}
|
|
|
|
figure {
|
|
display: inline-block;
|
|
margin: 0.25em;
|
|
font-size: smaller;
|
|
text-align: left;
|
|
line-height: .75em;
|
|
}
|
|
|
|
figure table tr th {
|
|
font-weight: bold;
|
|
}
|