From d185c26e4909efbae9dc4210ed9eac4b2600910e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 11 Mar 2018 22:12:51 +0100 Subject: Static docs rebuilt again, with current pkgdown --- docs/pkgdown.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/pkgdown.css') 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 */ -- cgit v1.2.3