mirror of https://github.com/M66B/FairEmail.git
parent
be6d8e1eb3
commit
ae926d869f
@ -1 +0,0 @@
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
@ -1,24 +0,0 @@
|
||||
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;
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
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>
|
||||
---
|
Loading…
Reference in new issue