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:16:45 +00:00
parent 6b5907c6d4
commit 5c6ca02f8e
2 changed files with 8 additions and 8 deletions

View File

@ -27,13 +27,16 @@ const headerHtml = `
td, th {
padding: .5em 1em .5em 0;
}
h1 {
h1, h2 {
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;
}
h2 {
font-size: 1.6em;
}
.title-icon {
height: 2em;
}
@ -76,9 +79,6 @@ const headerHtml = `
.cli-screenshot .prompt {
color: #48C2F0;
}
h1 {
font-weight: bold;
}
.header {
position: relative;
padding-left: 2em;

View File

@ -19,13 +19,16 @@
td, th {
padding: .5em 1em .5em 0;
}
h1 {
h1, h2 {
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;
}
h2 {
font-size: 1.6em;
}
.title-icon {
height: 2em;
}
@ -68,9 +71,6 @@
.cli-screenshot .prompt {
color: #48C2F0;
}
h1 {
font-weight: bold;
}
.header {
position: relative;
padding-left: 2em;