1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02: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 {