aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/docs.css')
-rw-r--r--docs/src/templates/docs.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css
index 4baea33c..3f53b3dd 100644
--- a/docs/src/templates/docs.css
+++ b/docs/src/templates/docs.css
@@ -398,3 +398,25 @@ li {
margin: 0em 2em 1em 0em;
float:right;
}
+
+.table {
+ border-collapse: collapse;
+}
+
+.table th:first-child {
+ text-align: right;
+}
+
+.table th,
+.table td {
+ border: 1px solid black;
+ padding: .5em 1em;
+}
+.table th {
+ white-space: nowrap;
+}
+
+.table th.section {
+ text-align: left;
+ background-color: lightgray;
+}