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

Update website

This commit is contained in:
Laurent Cozic 2020-10-15 15:35:43 +01:00
parent 435e8dfc3b
commit d74d6d9539
64 changed files with 1088 additions and 512 deletions

View File

@ -33,6 +33,15 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -190,8 +199,9 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -208,9 +218,8 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -221,11 +230,11 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -298,7 +307,7 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
<body>
<div class="container page-{{sourceMarkdownName}}">
<div class="container root page-{{sourceMarkdownName}}">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="{{{imageBaseUrl}}}/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
<body>
<div class="container page-plugins">
<div class="container root page-plugins">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
<body>
<div class="container page-overview">
<div class="container root page-overview">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
<body>
<div class="container page-development_mode">
<div class="container root page-development_mode">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
<body>
<div class="container page-plugin_manifest">
<div class="container root page-plugin_manifest">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
<body>
<div class="container page-rest_api">
<div class="container root page-rest_api">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
<body>
<div class="container page-toc_plugin">
<div class="container root page-toc_plugin">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
<body>
<div class="container page-20180621-182112">
<div class="container root page-20180621-182112">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
<body>
<div class="container page-20180906-111039">
<div class="container root page-20180906-111039">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
<body>
<div class="container page-20180916-210431">
<div class="container root page-20180916-210431">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
<body>
<div class="container page-20180929-121053">
<div class="container root page-20180929-121053">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
<body>
<div class="container page-20181004-091123">
<div class="container root page-20181004-091123">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
<body>
<div class="container page-20181101-174335">
<div class="container root page-20181101-174335">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
<body>
<div class="container page-20181213-173459">
<div class="container root page-20181213-173459">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
<body>
<div class="container page-20190130-230218">
<div class="container root page-20190130-230218">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
<body>
<div class="container page-20190404-074157">
<div class="container root page-20190404-074157">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
<body>
<div class="container page-20190424-112410">
<div class="container root page-20190424-112410">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
<body>
<div class="container page-20190523-231026">
<div class="container root page-20190523-231026">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
<body>
<div class="container page-20190611-000711">
<div class="container root page-20190611-000711">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
<body>
<div class="container page-20190613-202613">
<div class="container root page-20190613-202613">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
<body>
<div class="container page-20190814-225957">
<div class="container root page-20190814-225957">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
<body>
<div class="container page-20190925-000254">
<div class="container root page-20190925-000254">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
<body>
<div class="container page-20190929-152834">
<div class="container root page-20190929-152834">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
<body>
<div class="container page-20191012-233121">
<div class="container root page-20191012-233121">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
<body>
<div class="container page-20191014-165136">
<div class="container root page-20191014-165136">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
<body>
<div class="container page-20191101-131852">
<div class="container root page-20191101-131852">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
<body>
<div class="container page-20191117-183855">
<div class="container root page-20191117-183855">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
<body>
<div class="container page-20191118-072700">
<div class="container root page-20191118-072700">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
<body>
<div class="container page-20200220-190804">
<div class="container root page-20200220-190804">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
<body>
<div class="container page-20200301-125055">
<div class="container root page-20200301-125055">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
<body>
<div class="container page-20200314-001555">
<div class="container root page-20200314-001555">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
<body>
<div class="container page-20200406-224254">
<div class="container root page-20200406-224254">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
<body>
<div class="container page-build_troubleshooting">
<div class="container root page-build_troubleshooting">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
<body>
<div class="container page-changelog">
<div class="container root page-changelog">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
<body>
<div class="container page-changelog_cli">
<div class="container root page-changelog_cli">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
<body>
<div class="container page-clipper">
<div class="container root page-clipper">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
<body>
<div class="container page-conflict">
<div class="container root page-conflict">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
<body>
<div class="container page-debugging">
<div class="container root page-debugging">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
<body>
<div class="container page-desktop">
<div class="container root page-desktop">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
<body>
<div class="container page-donate">
<div class="container root page-donate">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
<body>
<div class="container page-e2ee">
<div class="container root page-e2ee">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
<body>
<div class="container page-faq">
<div class="container root page-faq">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
<body>
<div class="container page-ideas">
<div class="container root page-ideas">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
<body>
<div class="container page-index">
<div class="container root page-index">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
<body>
<div class="container page-ideas">
<div class="container root page-ideas">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
<body>
<div class="container page-index">
<div class="container root page-index">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/README.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/README.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/README.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/README.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/README.md
<body>
<div class="container page-">
<div class="container root page-">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
<body>
<div class="container page-markdown">
<div class="container root page-markdown">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
<body>
<div class="container page-mobile">
<div class="container root page-mobile">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
<body>
<div class="container page-nextcloud_app">
<div class="container root page-nextcloud_app">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
<body>
<div class="container page-plugins">
<div class="container root page-plugins">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
<body>
<div class="container page-prereleases">
<div class="container root page-prereleases">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
<body>
<div class="container page-e2ee">
<div class="container root page-e2ee">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
<body>
<div class="container page-history">
<div class="container root page-history">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
<body>
<div class="container page-plugins">
<div class="container root page-plugins">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
<body>
<div class="container page-search_sorting">
<div class="container root page-search_sorting">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
<body>
<div class="container page-sync_lock">
<div class="container root page-sync_lock">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
<body>
<div class="container page-stats">
<div class="container root page-stats">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
<body>
<div class="container page-terminal">
<div class="container root page-terminal">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
<body>
<div class="container page-1_welcome_to_joplin">
<div class="container root page-1_welcome_to_joplin">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
<body>
<div class="container page-2_importing_and_exporting_notes">
<div class="container root page-2_importing_and_exporting_notes">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
<body>
<div class="container page-3_synchronising_your_notes">
<div class="container root page-3_synchronising_your_notes">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
<body>
<div class="container page-4_tips">
<div class="container root page-4_tips">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
<body>
<div class="container page-5_privacy">
<div class="container root page-5_privacy">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>