Fix parsing of G#. Tweak large print stylesheet.
This commit is contained in:
@@ -112,9 +112,11 @@ const LARGE_PRINT_STYLESHEET* = """
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.3em;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
.page-contents { line-height: 1.1; }
|
||||
.one-column .page-contents { column-count: 1; }
|
||||
.two-column .page-contents { column-count: 2; }
|
||||
|
||||
@@ -157,7 +159,7 @@ h3 .section-text {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.word.space-after { margin-right: 0.5em; }
|
||||
.word.space-after { margin-right: 0.3em; }
|
||||
.word.no-chord { align-self: flex-end; }
|
||||
|
||||
.lyric {
|
||||
@@ -165,8 +167,9 @@ h3 .section-text {
|
||||
}
|
||||
|
||||
.chord {
|
||||
font-size: 125%;
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user