Skip to content

Commit

Permalink
padding and margin are equal for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed Apr 12, 2015
1 parent ddd8bdc commit 1876940
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,13 @@ ol.breadcrumbs {
}

section {
padding: 32px 0 32px 0;
border-bottom: 1px solid #eeeeee;
margin-bottom: 64px;
padding-top: 64px;
border-top: 1px solid #eeeeee;
}

section.desc {
border: 0;
}

.constructor-modifier {
Expand Down

0 comments on commit 1876940

Please sign in to comment.