forked from openlp/openlp
Beauty spa for the htmlbuilder
This commit is contained in:
parent
2443b94eda
commit
5fe54b5907
@ -437,8 +437,7 @@ ${css_additions}
|
|||||||
z-index: 6;
|
z-index: 6;
|
||||||
${footer_css}
|
${footer_css}
|
||||||
}
|
}
|
||||||
/* lyric css */
|
/* lyric css */${lyrics_css}
|
||||||
${lyrics_css}
|
|
||||||
sup {
|
sup {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -54,7 +54,6 @@ plugin CSS
|
|||||||
dummy: dummy;
|
dummy: dummy;
|
||||||
}
|
}
|
||||||
/* lyric css */
|
/* lyric css */
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -257,6 +256,8 @@ class Htmbuilder(TestCase, TestMixin):
|
|||||||
# WHEN: Create the html.
|
# WHEN: Create the html.
|
||||||
html = build_html(item, screen, is_live, background, plugins=plugins)
|
html = build_html(item, screen, is_live, background, plugins=plugins)
|
||||||
|
|
||||||
|
self.maxDiff = None
|
||||||
|
|
||||||
# THEN: The returned html should match.
|
# THEN: The returned html should match.
|
||||||
self.assertEqual(html, HTML, 'The returned html should match')
|
self.assertEqual(html, HTML, 'The returned html should match')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user