increase margins in table cells

Make the margins in the table cells a little bigger to make the layout
look nicer.

Change-Id: Icc155c707bf1e53c354b7d233fee62c57d05ff08
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-01-06 13:40:23 -05:00
parent 8b22252c1f
commit f313b7ff2b
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ table {
}
table.docutils th {
padding: 2px; }
padding: 0.2em 0.2em 0.2em 0.5em; }
table.docutils td {
padding: 2px; }
padding: 0.2em 0.2em 0.2em 0.5em; }
table.docutils caption {
font-weight: bold; }