mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Small layout improvement
This commit is contained in:
parent
c9867fbf40
commit
d818c6b592
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ public class JsonLd {
|
||||||
Document d = Document.createShell("");
|
Document d = Document.createShell("");
|
||||||
d.body().appendElement("hr");
|
d.body().appendElement("hr");
|
||||||
d.body().appendElement("div")
|
d.body().appendElement("div")
|
||||||
.attr("style",
|
.attr("style", "font-family: monospace;")
|
||||||
"font-family: monospace; font-size: larger !important;")
|
|
||||||
.appendElement("a")
|
.appendElement("a")
|
||||||
.attr("href", "https://json-ld.org/")
|
.attr("href", "https://json-ld.org/")
|
||||||
.text("Linked data");
|
.text("Linked data");
|
||||||
|
|
Loading…
Reference in a new issue