diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-11 22:12:51 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-11 22:12:51 +0100 |
commit | d185c26e4909efbae9dc4210ed9eac4b2600910e (patch) | |
tree | 7ac9660d439a6de997dac800d09c82404027ef9a /docs/pkgdown.css | |
parent | a0bbfd3291aaa1a55438b8746c1e3cfb58ce4172 (diff) |
Static docs rebuilt again, with current pkgdown
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r-- | docs/pkgdown.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/pkgdown.css b/docs/pkgdown.css index 59b659f2..181fe639 100644 --- a/docs/pkgdown.css +++ b/docs/pkgdown.css @@ -100,6 +100,11 @@ a.anchor { margin-bottom: 0.5em; } +.orcid { + height: 16px; + vertical-align: middle; +} + /* Reference index & topics ----------------------------------------------- */ .ref-index th {font-weight: normal;} @@ -137,6 +142,12 @@ pre, code { color: #333; } +pre code { + overflow: auto; + word-wrap: normal; + white-space: pre; +} + pre .img { margin: 5px 0; } @@ -151,6 +162,10 @@ code a, pre a { color: #375f84; } +a.sourceLine:hover { + text-decoration: none; +} + .fl {color: #1514b5;} .fu {color: #000000;} /* function */ .ch,.st {color: #036a07;} /* string */ |