From 4b80bf3b9b84105ac197e4ccef6b83f874750e48 Mon Sep 17 00:00:00 2001 From: RobertZK Date: Mon, 6 Apr 2015 08:59:17 -0500 Subject: [PATCH] much better spacing --- inst/templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inst/templates/index.html b/inst/templates/index.html index 58f38e6..7813ae9 100644 --- a/inst/templates/index.html +++ b/inst/templates/index.html @@ -32,6 +32,7 @@ div.section { clear: both; + margin: 0; padding: 0; } div.code { @@ -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 { @@ -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%;