aboutsummaryrefslogtreecommitdiff
path: root/inst/web/css/highlight.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-04-25 10:25:56 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-04-25 10:25:56 +0200
commit3bb842b93107dd6207610de1fe5b44be66779e4d (patch)
tree71de40569299510311e697ffe7e9fc7d96a1c158 /inst/web/css/highlight.css
parent77f63efa62b6530fbe2accdacc866e34626fe4e3 (diff)
Remove leftover docs from earlier version
Docs now live in docs/
Diffstat (limited to 'inst/web/css/highlight.css')
-rw-r--r--inst/web/css/highlight.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/inst/web/css/highlight.css b/inst/web/css/highlight.css
deleted file mode 100644
index 4b85237..0000000
--- a/inst/web/css/highlight.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Syntax highlighting ---------------------------------------------------- */
-
-pre .input {
- border-left: 3px solid #ccc;
- padding-left: 0.5em;
-}
-pre .output {
- background-color: #eee;
-}
-
-.number {color:rgb(21,20,181);}
-.functioncall {color:#264D66 ;}
-.string {color:#375D81 ;}
-.keyword {font-weight:bolder ;color:black;}
-.argument {color:#264D66 ;}
-.comment {color: #333;}
-.formalargs {color: #264D66;}
-.eqformalargs {color:#264D66;}
-.slot {font-style:italic;}
-.symbol {color:black ;}
-.prompt {color:black ;}
-
-pre img {
- background-color: #fff;
- border: 1px solid #ccc;
- display: block;
- margin: 0.5em auto 0.5em auto;
-}

Contact - Imprint