changed default docco.css to line things up better with headings and comments.
This commit is contained in:
committed by
Tyler Renelle
parent
ab669ac3c5
commit
0296bb953f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user