aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r--docs/pkgdown.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/pkgdown.css b/docs/pkgdown.css
index 6ca2f37..c03fb08 100644
--- a/docs/pkgdown.css
+++ b/docs/pkgdown.css
@@ -58,9 +58,14 @@ img {
max-width: 100%;
}
+/* Fix bug in bootstrap (only seen in firefox) */
+summary {
+ display: list-item;
+}
+
/* Typographic tweaking ---------------------------------*/
-.contents h1.page-header {
+.contents .page-header {
margin-top: calc(-60px + 1em);
}
@@ -136,10 +141,9 @@ a.anchor {
.ref-index th {font-weight: normal;}
.ref-index td {vertical-align: top;}
+.ref-index .icon {width: 40px;}
.ref-index .alias {width: 40%;}
-.ref-index .title {width: 60%;}
-
-.ref-index .alias {width: 40%;}
+.ref-index-icons .alias {width: calc(40% - 40px);}
.ref-index .title {width: 60%;}
.ref-arguments th {text-align: right; padding-right: 10px;}

Contact - Imprint