Skip to content

Commit

Permalink
Don't hardcode text align in tables on song sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
laenzlinger committed Jul 13, 2024
1 parent c5943cf commit dd655c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/html/template/songsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
font-size: 28px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
text-align: center;
}
table {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion test/Repertoire/Band/Songs/Her Song.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lyrics of Her Song
Are great to sing along

| You can sing<br> a tabular Song |That greatly helps<br> to use all the real estate|
|--|--|
|:--|:--:|
| Even for a second verse | Lyrics will render to sing along |

```
Expand Down

0 comments on commit dd655c1

Please sign in to comment.