mirror of https://gitee.com/bigwinds/arangodb
Fixed problem with font-size in gitbook
This commit is contained in:
parent
389439932f
commit
b63b7fd84f
|
@ -437,7 +437,7 @@ pre {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 9.5px;
|
padding: 9.5px;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
font-size: 13px;
|
font-size: inherit;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -6882,7 +6882,6 @@ padding: 5px 15px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
font-size: 1.6rem
|
|
||||||
}
|
}
|
||||||
.book .book-body .page-wrapper .page-inner .btn-group .btn {
|
.book .book-body .page-wrapper .page-inner .btn-group .btn {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -7423,7 +7422,7 @@ padding: .5em
|
||||||
opacity: .5
|
opacity: .5
|
||||||
}
|
}
|
||||||
.book .book-body .page-wrapper .page-inner section.normal pre {
|
.book .book-body .page-wrapper .page-inner section.normal pre {
|
||||||
font-size: 13px;
|
font-size: inherit;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in New Issue