You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
545 B
38 lines
545 B
.lead {
|
|
color: gray;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.md-typeset h2 {
|
|
border-bottom: solid 1px #d3d3d3;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.md-typeset pre {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.md-typeset .codehilitetable {
|
|
margin-left:-20px;
|
|
margin-right: -20px;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.md-typeset .codehilitetable .linenodiv {
|
|
background-color: #364549 !important;
|
|
}
|
|
|
|
.md-typeset .codehilitetable .linenodiv pre {
|
|
background-color: #364549 !important;
|
|
color: #aaa;
|
|
margin: 0;
|
|
}
|
|
|
|
.apidef {
|
|
display: inline-block;
|
|
width: 100px;
|
|
}
|
|
|
|
.apidl {
|
|
margin-left: 20px;
|
|
} |