[Bps-public-commit] rtx-calendar branch multiple-days-events updated. 1.05-29-g537df4e
BPS Git Server
git at git.bestpractical.com
Wed Sep 20 11:23:47 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtx-calendar".
The branch, multiple-days-events has been updated
via 537df4e2e3845f8c4ae9ecdd0f5ba717be8371ac (commit)
from 78a8f778a906a5d24967fabd57be5432e2d89032 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 537df4e2e3845f8c4ae9ecdd0f5ba717be8371ac
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date: Wed Sep 20 08:23:39 2023 -0300
Remove extra line break of Event Types legend
There was a unnecessary line break on Types legend taking
extra space of the legend and sidebar. This patch removes
it.
diff --git a/html/Elements/CalendarSidebar b/html/Elements/CalendarSidebar
index 1619fca..34ceaf0 100644
--- a/html/Elements/CalendarSidebar
+++ b/html/Elements/CalendarSidebar
@@ -43,7 +43,7 @@
<span class="tiplegend">
<% $TranslatedLegend %>
</span>
- </span><br />
+ </span>
% }
</&>
-----------------------------------------------------------------------
Summary of changes:
html/Elements/CalendarSidebar | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rtx-calendar
More information about the Bps-public-commit
mailing list