diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-14 15:25:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-14 15:25:49 +0100 |
commit | 0e9109db089217fea76cb5481db2ed5f3f861f03 (patch) | |
tree | a4c692e73aef34a9506f2d22b516d06a601ad8b4 /docs/pkgdown.css | |
parent | 63c27ce7f02c1fc03a1777d924c6fd2b25318963 (diff) |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r-- | docs/pkgdown.css | 12 |
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;} |