aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-03 14:33:05 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-03 17:48:31 +0100
commitf39815aa87272849f8e0c808099c4cee780c2a81 (patch)
treed3f59ae226591252e17737e12bae7f90be278b7b /docs/pkgdown.css
parentbad0c7caff62aa90225ae8acee43b297bdc28b25 (diff)
Static documentation rebuilt by pkgdown::build_site()
Using pkgdown with PR hadley/pkgdown#212
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r--docs/pkgdown.css13
1 files changed, 8 insertions, 5 deletions
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 ;}

Contact - Imprint