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:
parent
1633da2ce8
commit
affd89122f
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue