mirror of https://github.com/ArduPilot/ardupilot
22 lines
240 B
CSS
22 lines
240 B
CSS
|
ul {
|
||
|
list-style-type: none ;
|
||
|
}
|
||
|
|
||
|
ul.contents {
|
||
|
padding: 0 ;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
border: none ;
|
||
|
border-spacing: 0 ;
|
||
|
border-collapse: collapse ;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
vertical-align: top ;
|
||
|
padding: 0 ;
|
||
|
text-align: left ;
|
||
|
line-height: 1.25 ;
|
||
|
width: 15% ;
|
||
|
}
|