1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

View file

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