mirror of https://github.com/M66B/FairEmail.git
13 lines
444 B
YAML
13 lines
444 B
YAML
|
---
|
||
|
header-includes: |
|
||
|
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||
|
<style>
|
||
|
body { font-family: Arial, sans-serif; }
|
||
|
.table-wrapper { overflow-x: auto; white-space: nowrap; }
|
||
|
table { border-collapse: collapse; }
|
||
|
table colgroup col { width: auto !important; }
|
||
|
table, th, td { border: 1px solid black; }
|
||
|
td { padding: 3px; }
|
||
|
</style>
|
||
|
---
|