Skip to content

Commit

Permalink
Issue #24, Fix pilcrow alignment for headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 20, 2010
1 parent 0253b1a commit 94d2c02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/docco.css
Expand Up @@ -16,17 +16,17 @@ p {
margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 40px 0 15px 0;
margin: 0px 0 15px 0;
}
h3, h4, h5, h6 {
margin-top: 20px;
h1 {
margin-top: 40px;
}
#container {
position: relative;
}
#background {
position: fixed;
top: 0; left: 575px; right: 0; bottom: 0;
top: 0; left: 525px; right: 0; bottom: 0;
background: #f5f5ff;
border-left: 1px solid #e5e5ee;
z-index: -1;
Expand Down

0 comments on commit 94d2c02

Please sign in to comment.