From 0296bb953f5b486fee1d486dc15b580e708804f9 Mon Sep 17 00:00:00 2001 From: Andre Casey Date: Thu, 19 Sep 2013 12:47:54 -0700 Subject: [PATCH] changed default docco.css to line things up better with headings and comments. --- documentation/docs/docco.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/docco.css b/documentation/docs/docco.css index f690a07947..300ff085f0 100644 --- a/documentation/docs/docco.css +++ b/documentation/docs/docco.css @@ -61,7 +61,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "novecento-bold"; text-transform: uppercase; - margin: 30px 0 15px 0; + margin: .25em 0 1em 0; } h1 { @@ -197,7 +197,7 @@ ul.sections > li > div { ul.sections > li > div { display: block; - padding:5px 10px 0 10px; + padding:0px 10px 0 10px; } ul.sections > li > div.annotation ul, ul.sections > li > div.annotation ol { @@ -210,7 +210,7 @@ ul.sections > li > div { -webkit-box-shadow: inset 0 0 5px #e5e5ee; box-shadow: inset 0 0 5px #e5e5ee; border: 1px solid #dedede; - margin:5px 10px 5px 10px; + margin:0px 10px 5px 10px; padding-bottom: 5px; }