diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:46:58 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:46:58 +0200 |
commit | cf329866248fab96ea60d1d7ee20562a3da2eb54 (patch) | |
tree | 9c9785ca42917a30f37ed7cdab352abbba34ce21 /inst/web/css/highlight.css | |
parent | b31824f420c9d904ab5f46774183a59e3b86cedd (diff) |
Remove old version of static documentation
Diffstat (limited to 'inst/web/css/highlight.css')
-rw-r--r-- | inst/web/css/highlight.css | 28 |
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; -} |