From dd655c11d1e9c4dedbc803fa812ddd946dbe1867 Mon Sep 17 00:00:00 2001
From: Christof Laenzlinger <6319634+laenzlinger@users.noreply.github.com>
Date: Sat, 13 Jul 2024 09:22:41 +0200
Subject: [PATCH] Don't hardcode text align in tables on song sheets
---
internal/html/template/songsheet.html | 1 -
test/Repertoire/Band/Songs/Her Song.md | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/internal/html/template/songsheet.html b/internal/html/template/songsheet.html
index 103b05c..383192f 100644
--- a/internal/html/template/songsheet.html
+++ b/internal/html/template/songsheet.html
@@ -20,7 +20,6 @@
font-size: 28px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
- text-align: center;
}
table {
width: 100%;
diff --git a/test/Repertoire/Band/Songs/Her Song.md b/test/Repertoire/Band/Songs/Her Song.md
index 9ed7136..19cc175 100644
--- a/test/Repertoire/Band/Songs/Her Song.md
+++ b/test/Repertoire/Band/Songs/Her Song.md
@@ -4,7 +4,7 @@ Lyrics of Her Song
Are great to sing along
| You can sing
a tabular Song |That greatly helps
to use all the real estate|
-|--|--|
+|:--|:--:|
| Even for a second verse | Lyrics will render to sing along |
```