Skip to content

Commit

Permalink
some minor css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Mar 31, 2015
1 parent b9148fc commit a0a9a07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions 003-minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<html>
<head>
<style type="text/css">
.knitr.inline {
.knitr .inline {
background-color: #f7f7f7;
border:solid 1px #B0B0B0;
}
.error {
font-weight: bold;
color: #FF0000;
},
}
.warning {
font-weight: bold;
}
.message {
font-style: italic;
}
.source, .output, .warning, .error, .message {
padding: 0em 1em;
padding: 0 1em;
border:solid 1px #F7F7F7;
}
.source {
background-color: #f5f5f5;
}
.rimage.left {
.rimage .left {
text-align: left;
}
.rimage.right {
.rimage .right {
text-align: right;
}
.rimage.center {
.rimage .center {
text-align: center;
}
.hl.num {
Expand Down
12 changes: 6 additions & 6 deletions 034-chinese.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<html>
<head>
<style type="text/css">
.knitr.inline {
.knitr .inline {
background-color: #f7f7f7;
border:solid 1px #B0B0B0;
}
.error {
font-weight: bold;
color: #FF0000;
},
}
.warning {
font-weight: bold;
}
.message {
font-style: italic;
}
.source, .output, .warning, .error, .message {
padding: 0em 1em;
padding: 0 1em;
border:solid 1px #F7F7F7;
}
.source {
background-color: #f5f5f5;
}
.rimage.left {
.rimage .left {
text-align: left;
}
.rimage.right {
.rimage .right {
text-align: right;
}
.rimage.center {
.rimage .center {
text-align: center;
}
.hl.num {
Expand Down

0 comments on commit a0a9a07

Please sign in to comment.