Skip to content

Commit 53c9380

Browse files
Peuquiclaude
andcommitted
Finalize footer layout and footnote placement
- Remove duplicate footnote 5 from left side (was appearing twice) - Keep footnote 5 only in deviations section (right column) where it belongs - Move literature reference "Formeln aus:" from right to left column - Place reference after footnote 4 with horizontal separator - This balances text distribution between both footer columns - Left column: formulas 1-4 and literature reference - Right column: only deviations from the article's formulas 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9cf3891 commit 53c9380

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

src/components/Footer.vue

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,9 @@
9696
<sup>4)</sup>
9797
{{ $t("sub4") }} (EV)
9898
</div>
99-
<div>
100-
<sup>5)</sup>
101-
{{ $t("sub6") }}
102-
<div id="formel2">
103-
<i>{{ $t("formel6a") }}</i> = <i>BV</i> × ln(
104-
<i>HKT</i><sub>{{ $t("formel6b") }}</sub> /
105-
<i>HKT</i><sub>{{ $t("formel6c") }}</sub>) + EK/MAT-Korrektur
106-
</div>
107-
</div>
108-
</div>
109-
<div class="col-3">
99+
100+
<hr />
101+
110102
<div>
111103
{{ $t("colRight1") }}
112104
<br />M.Rehm · N.Hulde · T.Kammerer · A.S.Meidert · K.Hofmann-Kiefer
@@ -125,9 +117,8 @@
125117
>
126118
</nav>
127119
</div>
128-
129-
<hr />
130-
120+
</div>
121+
<div class="col-3">
131122
<div v-html="$t('colRight2')"></div>
132123
</div>
133124
</div>

src/views/Haemostaseologie.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@
302302
<tr>
303303
<td class="warn">
304304
{{ $t("blutVerlust") }} (logarithmisch)
305-
<sup>5)</sup>
306305
</td>
307306
<td>
308307
:

0 commit comments

Comments
 (0)