Skip to content

Commit

Permalink
add .knitr.css to define knitr classes for highlighting in html
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnathv committed Mar 25, 2012
1 parent 55378ef commit 15cbc81
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions inst/themes/.knitr.css
@@ -0,0 +1,19 @@
.knitr {
background-color: #fdf6e3;
border-style:solid;
border-width:1px;
border-color: #B0B0B0;
}
.error {
font-weight: bold;
color: #FF0000;
},
.warning {
font-weight: bold;
}
.message {
font-style: italic;
}
.source, .output, .warning, .error, .message {
padding: 0.5em 1em;
}

0 comments on commit 15cbc81

Please sign in to comment.