better separation of docs sections with a light bottom border on h2s

This commit is contained in:
Mark Otto 2015-01-19 15:49:44 -08:00
parent 1633da2ce8
commit affd89122f
1 changed files with 2 additions and 0 deletions

View File

@ -793,6 +793,8 @@ body {
> h2 {
margin-top: 3rem;
font-weight: normal;
padding-bottom: 1rem;
border-bottom: .065rem solid #e5e5e5;
}
> h3 {