Skip to content

Commit

Permalink
Tweak table font size and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Nov 3, 2020
1 parent 0c9110d commit 2849367
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inst/templates/robobook/robobook.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,11 @@ table {
page-break-inside: avoid
}

.book .book-body .page-wrapper .page-inner section.normal .table th,
.book .book-body .page-wrapper .page-inner section.normal .table td {
padding: 5px 10px;
}

.book .book-body .page-wrapper .page-inner section.normal ,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4,
Expand Down Expand Up @@ -1106,7 +1111,7 @@ body {
}


.book .book-body .page-wrapper .page-inner section.normal table,
.book .book-body .page-wrapper .page-inner section.normal .table,
.book .book-body .page-wrapper .page-inner section.normal .pagedtable-wrapper,
.book .book-body .page-wrapper .page-inner section.normal .dataTables_wrapper {
font-size: 0.9em;
Expand Down

0 comments on commit 2849367

Please sign in to comment.