mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-11 09:19:46 +01:00
FAQ/privacy HTML styles
This commit is contained in:
8
FAQ.yaml
Normal file
8
FAQ.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
header-includes: |
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
---
|
||||||
@@ -395,7 +395,7 @@ preBuild.dependsOn copyChangelog
|
|||||||
|
|
||||||
tasks.register('updateFAQ', Exec) {
|
tasks.register('updateFAQ', Exec) {
|
||||||
workingDir "${rootDir}"
|
workingDir "${rootDir}"
|
||||||
commandLine 'sh', '-c', 'pandoc --standalone FAQ.md -o index.html'
|
commandLine 'sh', '-c', 'pandoc --standalone --metadata-file FAQ.yaml FAQ.md -o index.html'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('updatePrivacy', Exec) {
|
tasks.register('updatePrivacy', Exec) {
|
||||||
|
|||||||
@@ -13,6 +13,11 @@
|
|||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
ul.task-list{list-style: none;}
|
ul.task-list{list-style: none;}
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><a name="top"></a></p>
|
<p><a name="top"></a></p>
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.table-wrapper {
|
.table-wrapper {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user