aboutsummaryrefslogtreecommitdiff
path: root/src/doc/style.css
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-11 22:07:17 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-11 22:07:17 +0100
commitcc8add56f9b8f0a32e7ab35a63454fed81eaacba (patch)
treee765a71b4a9b8798d99873fdcaf9487bc8f2954e /src/doc/style.css
parentb6609ecd6636e65db76eb11617923222921d52d2 (diff)
parentf06be6004ec8b47e3b4b1ba4fda068b365923683 (diff)
Merge branch 'loek/doxygen'
Diffstat (limited to 'src/doc/style.css')
-rw-r--r--src/doc/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/doc/style.css b/src/doc/style.css
index c12240c..efc669b 100644
--- a/src/doc/style.css
+++ b/src/doc/style.css
@@ -4,3 +4,30 @@ a[href="namespaces.html"]
{ display: none; }
h2.groupheader { margin-top: revert; }
+
+dl {
+ padding: 4px 12px !important;
+ border-radius: 8px !important;
+ border: 0 !important;
+}
+dt {
+ margin-bottom: 0.5ex;
+}
+
+a:hover {
+ text-decoration: revert !important;
+ background: unset !important;
+}
+
+dl.section.see,
+dl.section.user {
+ padding: 0 !important;
+ border-radius: 0 !important;
+ margin-top: 0;
+}
+dl.section.see dt,
+dl.section.user dt {
+ font-size: 130%;
+ margin-bottom: 0.5ex;
+ margin-top: 1.5ex;
+}