Compare commits

..

No commits in common. "2bcfdaf0de8bae23184242c39afeb25dc17ee15f" and "ae3d3ef33082bfa87483fcc5d7d49601478cc068" have entirely different histories.

View File

@ -414,10 +414,6 @@ def get_option_groups():
def make_style(name, font=None, size=None, is_bold=None, is_centered=None, is_upper=None, indent=None):
"""Build a CSS style"""
styles = []
if name == 'default':
styles.append('html, body, * {')
else:
styles.append('.{name} {{'.format(name=name))
if font:
styles.append(' font-family: \'{font}\';'.format(font=font))
if size: