Skip to content

Commit

Permalink
Fix <pre> font size
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Dec 4, 2015
1 parent 00bd3e6 commit d303f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inst/templates/html_docco/docco.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ blockquote {

pre, tt, code {
font-family: Menlo, Consolas, Monaco, monospace;
font-size: 12px;
display: inline-block;
border: 1px solid #EAEAEA;
background: #f8f8f8;
color: #555;
padding: 0 5px;
line-height: 20px;
}
.page pre {
margin: 0;
Expand Down

0 comments on commit d303f38

Please sign in to comment.