Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/dev-docs/feature-format-matrix/styles.css
3562 views
1
table.features-formats-table,
2
table.features-formats-table tr:not(.header-row) {
3
height: 100%;
4
border-color: #0000;
5
}
6
7
table.features-formats-table tr {
8
border-color: #0000; /* I can't seem to make the border go away but I can change the color, so... */
9
}
10
11
table.features-formats-table td,
12
table.features-formats-table th {
13
padding: 0.5em;
14
}
15
16
table.features-formats-table td[data-quarto-table-cell-role="th"] {
17
font-weight: bold;
18
}
19
20
.features-formats-table td.spanner div.inner_spanner {
21
height: 100%;
22
border-right: 2px solid #ccc;
23
padding-right: 0.5em;
24
}
25
26