1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Fixing website

This commit is contained in:
Laurent Cozic 2017-10-30 23:13:55 +00:00
parent 3f8e3edce0
commit 6b5907c6d4
2 changed files with 14 additions and 0 deletions

View File

@ -27,6 +27,13 @@ const headerHtml = `
td, th {
padding: .5em 1em .5em 0;
}
h1 {
border-bottom: 1px solid #eaecef;
padding-bottom: 0.3em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
font-size: 2em;
}
.title-icon {
height: 2em;
}

View File

@ -19,6 +19,13 @@
td, th {
padding: .5em 1em .5em 0;
}
h1 {
border-bottom: 1px solid #eaecef;
padding-bottom: 0.3em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
font-size: 2em;
}
.title-icon {
height: 2em;
}