Make fixed font sizes smaller per Issue #5278
Closes #5278 Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
1b6da6a6fe
commit
9c201c5836
1 changed files with 5 additions and 6 deletions
11
docs/theme/mkdocs/css/docs.css
vendored
11
docs/theme/mkdocs/css/docs.css
vendored
|
@ -48,6 +48,11 @@ ol li {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
/* Main Navigation */
|
/* Main Navigation */
|
||||||
#nav_menu > #docsnav {
|
#nav_menu > #docsnav {
|
||||||
max-width: 940px;
|
max-width: 940px;
|
||||||
|
@ -193,12 +198,6 @@ ol li {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-body * {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 1.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-body ul {
|
.content-body ul {
|
||||||
padding: 10px 0px 10px 20px;
|
padding: 10px 0px 10px 20px;
|
||||||
list-style-position: inherit;
|
list-style-position: inherit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue