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:
parent
8b22252c1f
commit
f313b7ff2b
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user