mirror of https://github.com/docker/docs.git
Give the <strong> tag some CSS (the .content-body resets it)
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
31d2701377
commit
7de977368c
|
@ -305,6 +305,10 @@ ol li {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-body strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#leftnav .nav.nav-tabs li a {
|
#leftnav .nav.nav-tabs li a {
|
||||||
line-height: 20px !important;
|
line-height: 20px !important;
|
||||||
padding-top: 15px !important;
|
padding-top: 15px !important;
|
||||||
|
|
Loading…
Reference in New Issue