improve css for figure

This commit is contained in:
Takayuki Shimizukawa 2014-10-20 00:36:00 +09:00
parent 8800192419
commit 0d379f1613

View File

@ -356,6 +356,15 @@ table.citation td {
/* -- figures --------------------------------------------------------------- */
div.figure {
margin: 0.5em;
padding: 0.5em;
}
div.figure p.caption {
padding: 0.3em;
}
div.figure p.caption span.caption-number {
font-style: italic;
}