clean up client install/configure and add sidebar cta

This commit is contained in:
miloschwartz
2026-02-12 16:43:19 -08:00
parent 39429997d5
commit 202e25b9f6
103 changed files with 736 additions and 2 deletions

9
style.css Normal file
View File

@@ -0,0 +1,9 @@
/* Hide the Pangolin Cloud CTA source wrapper so it doesn't show in main content before the script moves it to the TOC */
.pangolin-toc-cta-source {
display: none !important;
}
/* Space above the Pangolin Cloud CTA (below the table of contents links) */
#table-of-contents > *:last-child {
margin-top: 1.25rem;
}