summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-06-21 15:46:07 -0700
committerGitHub <noreply@github.com>2021-06-21 22:46:07 +0000
commitf78a273345ddf4f1cdfb281fe36ea9e6dbdff726 (patch)
tree76db07126ac12750fb063ced1bfb949891674433 /docs/_static
parentb1db68565a42bc22744cf38e95da6cbe8368c19b (diff)
docs: Split out and merge C++ class hierarchy. (#6781)
This restructures the entry page for the C++ API documentation in preparation for adding a quickstart and linking to examples and adding more content.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/custom.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index a5403c295..9d07edeaf 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -87,3 +87,13 @@ a:hover, a:focus {
.highlight .m {
color: #ba2121;
}
+
+#c-api-class-hierarchy code {
+ font-size: 100%;
+ font-weight: normal;
+ font-family: "Lato","proxima-nova","Helvetica Neue","Arial","sans-serif";
+}
+
+.hide-toctree {
+ display: none;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback