diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 6caee9279..c6a87ab70 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -341,7 +341,7 @@ def build_alert(width, height, alertTab): Details from the Alert tab for fonts etc """ style = """ - .alertcommon { position: absolute; z-index:8; left 0px; top 0px; %s } + .alerttable { position: absolute; z-index:8; left 0px; top 0px; %s } .alert { %s } table {border=0; margin=0; padding=0; } """