From d6bc5a2726e35db8c0b9d69b2307c16c70bfb7b9 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Sat, 11 May 2024 01:05:57 +0200 Subject: [PATCH] show if something is on loan --- _includes/loaninfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/loaninfo.html b/_includes/loaninfo.html index 0c3b566c..339a4f10 100644 --- a/_includes/loaninfo.html +++ b/_includes/loaninfo.html @@ -21,6 +21,6 @@ {% if display_info > 0 -%} <div style="line-height: 18pt; margin:10px 0; width: 100%; background-color: #FFB390; border-width: thick; border-color: #e67206; border-radius: 10px; min-height: 40pt; "> - <span style="float: left; color: #e67206; font-size: 40pt; display:block; width: 50pt; height: 40pt; text-align:center; line-height: 40pt;">⚠</span><p style="vertical-align: middle;">Das gerät ist aktuell verliehen oder außer Betrieb.</p> + <span style="float: left; color: #e67206; font-size: 40pt; display:block; width: 50pt; height: 40pt; text-align:center; line-height: 40pt;">⚠</span><p style="vertical-align: middle;">Das Gerät ist aktuell verliehen oder außer Betrieb.</p> </div> {% endif -%} \ No newline at end of file -- GitLab