Fixes #2565: Improved rendering of Markdown tables

This commit is contained in:
Jeremy Stretch
2018-11-13 11:02:48 -05:00
parent 574ddedc22
commit 1fecfc46ca
11 changed files with 23 additions and 9 deletions

View File

@@ -390,6 +390,19 @@ table.report th a {
top: -51px;
}
/* Rendered Markdown */
.rendered-markdown table {
width: 100%;
}
.rendered-markdown th {
border-bottom: 2px solid #dddddd;
padding: 8px;
}
.rendered-markdown td {
border-top: 1px solid #dddddd;
padding: 8px;
}
/* AJAX loader */
.loading {
position: fixed;