mirror of https://github.com/M66B/FairEmail.git
Small layout improvement
This commit is contained in:
parent
c9867fbf40
commit
d818c6b592
|
@ -60,8 +60,7 @@ public class JsonLd {
|
|||
Document d = Document.createShell("");
|
||||
d.body().appendElement("hr");
|
||||
d.body().appendElement("div")
|
||||
.attr("style",
|
||||
"font-family: monospace; font-size: larger !important;")
|
||||
.attr("style", "font-family: monospace;")
|
||||
.appendElement("a")
|
||||
.attr("href", "https://json-ld.org/")
|
||||
.text("Linked data");
|
||||
|
|
Loading…
Reference in New Issue