changed default docco.css to line things up better with headings and comments.

This commit is contained in:
Andre Casey
2013-09-19 12:47:54 -07:00
committed by Tyler Renelle
parent ab669ac3c5
commit 0296bb953f
+3 -3
View File
@@ -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;
}