Skip to content

Commit

Permalink
much better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Apr 6, 2015
1 parent bbec825 commit 4b80bf3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inst/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

div.section {
clear: both;
margin: 0; padding: 0;
}

div.code {
Expand All @@ -42,6 +43,10 @@
code.R {
font-size: 1.2em;
line-height: 2em;
margin-top: 0em;
margin-bottom: -2em;
padding-top: 0;
margin-top: -1em;
}

code.R > span.spacer {
Expand All @@ -51,10 +56,13 @@
div.code > pre {
margin: 0;
padding-left: 2em;
margin-top: 0;
margin-bottom: 0;
}

div.markdown {
padding: 1em;
padding-top: 0;
background: #fff;
float: left;
width: 35%;
Expand Down

0 comments on commit 4b80bf3

Please sign in to comment.