aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
diff options
context:
space:
mode:
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