mirror of https://github.com/ArduPilot/ardupilot
22 lines
256 B
CSS
22 lines
256 B
CSS
|
h3 code {
|
||
|
font-family: inherit ;
|
||
|
font-size: inherit ;
|
||
|
}
|
||
|
|
||
|
pre, code {
|
||
|
font-size: 12pt ;
|
||
|
}
|
||
|
|
||
|
span.apii {
|
||
|
color: gray ;
|
||
|
float: right ;
|
||
|
font-family: inherit ;
|
||
|
font-style: normal ;
|
||
|
font-size: small ;
|
||
|
}
|
||
|
|
||
|
h2:before {
|
||
|
content: "" ;
|
||
|
padding-right: 0em ;
|
||
|
}
|