swap all bold p tags in sidenotes for h4s
This commit is contained in:
parent
382a86f46e
commit
fc8b9fb07d
2 changed files with 16 additions and 12 deletions
|
|
@ -39,6 +39,9 @@ body {
|
|||
background-color: #fcf2f2;
|
||||
border-left: 5px solid #df7c7b;
|
||||
}
|
||||
.bs-docs-sidenote h4 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.bs-docs-sidenote p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
@ -662,6 +665,7 @@ input.focused {
|
|||
margin-bottom: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.highlight pre code {
|
||||
font-size: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue