Compare commits
No commits in common. "73e3e394ac25903d1e507b7350543a71f562037e" and "b61088d52a14ecf4cd6efd951a53ded17f732c9c" have entirely different histories.
73e3e394ac
...
b61088d52a
4 changed files with 2 additions and 19 deletions
|
@ -46,6 +46,3 @@ other = """Raisons possibles :
|
||||||
<li>Vous avez peut-être mal saisi l'adresse
|
<li>Vous avez peut-être mal saisi l'adresse
|
||||||
(<abbr title="Uniform Resource Locator">URL</abbr>).</li>
|
(<abbr title="Uniform Resource Locator">URL</abbr>).</li>
|
||||||
</ul>"""
|
</ul>"""
|
||||||
|
|
||||||
[page_top]
|
|
||||||
other = "revenir en haut de page"
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<span class="footer-return">
|
|
||||||
<a href="#">{{ i18n "page_top" | humanize }}</a>
|
|
||||||
</span><br/>
|
|
||||||
{{ if .PrevInSection }}
|
{{ if .PrevInSection }}
|
||||||
<span class="footer-link">
|
<span class="footer-link">
|
||||||
<span class="label">{{ i18n "previous_article" | humanize }}:</span>
|
<span class="label">{{ i18n "previous_article" | humanize }}:</span>
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
<details {{ with .Get "class" }} class="{{ . }}"{{ end }}><summary>{{ .Get "title" }}</summary>
|
<details {{ with .Get "class" }} class="{{ . }}"{{ end }}><summary>{{ .Get "title" }}</summary>
|
||||||
{{ if .Get "md" }}
|
|
||||||
{{ .Inner | markdownify }}
|
|
||||||
{{ else }}
|
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
{{ end }}
|
|
||||||
</details>
|
</details>
|
||||||
|
|
|
@ -397,7 +397,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
.article-body img {
|
.article-body img {
|
||||||
max-width: calc(100% - 5em);
|
max-width: calc(100% - 5em);
|
||||||
min-width: calc(100% - 5em);
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
.article-body h1 {
|
.article-body h1 {
|
||||||
font-size: 2.55rem;
|
font-size: 2.55rem;
|
||||||
|
@ -464,13 +464,6 @@ a:focus {
|
||||||
background-color: var(--font-color);
|
background-color: var(--font-color);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.article-footer .footer-return {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
width: 100%;
|
|
||||||
text-align: right;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-footer .footer-link {
|
.article-footer .footer-link {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue