docs: fix pirrrates notice box #175

This commit is contained in:
Sören Weber 2022-02-16 23:32:40 +01:00
parent 9c445a7c94
commit abfc79fa0f
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 6 additions and 4 deletions

View file

@ -101,9 +101,11 @@
{{- end }}
{{- $style := "warning" }}
{{- $title := "Arrr" }}
<div class="notices {{ $style }}">
<div class="label">{{ $title }}</div>
<p>Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings and stuff.</p>
<div class="box notices {{ $style }}">
<div class="box-label">{{ $title }}</div>
<div class="box-content">
<p>Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings and stuff.</p>
</div>
</div>
{{ $c | safeHTML }}

View file

@ -446,7 +446,7 @@ th {
max-width: 80%;
}
#chapter #body-inner h3:first-child {
#chapter #body-inner h3:first-of-type {
font-weight: 200;
text-align: center;
}