From f39815aa87272849f8e0c808099c4cee780c2a81 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2016 14:33:05 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() Using pkgdown with PR hadley/pkgdown#212 --- docs/pkgdown.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/pkgdown.css') diff --git a/docs/pkgdown.css b/docs/pkgdown.css index ec6cc73b..fd7b0ba4 100644 --- a/docs/pkgdown.css +++ b/docs/pkgdown.css @@ -30,6 +30,10 @@ footer p { margin-bottom: 0; } +img.icon { + float: right; +} + /* Section anchors ---------------------------------*/ .hasAnchor { @@ -63,11 +67,6 @@ a.anchor { #sidebar { margin-top: 30px; - word-wrap: break-word; - - hyphens: auto; - -ms-hyphens: auto; - -webkit-hyphens: auto; } #sidebar h2 { font-size: 1.5em; @@ -92,6 +91,10 @@ code a { color: #375f84; } +.warning { color: red; } +.message { font-weight: bolder; } +.error { color: red; font-weight: bolder; } + .fl,.number {color:rgb(21,20,181);} .fu,.functioncall {color:#264D66 ;} .ch,.st,.string {color:#375D81 ;} -- cgit v1.2.1