diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-15 11:47:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 03:29:30 +0200 |
commit | d4ae0d8d30e10f7e194a06c540cac1f33a4fe0ba (patch) | |
tree | 418541c719ee0c4b7e60c239db020ca3a7fff285 /ios | |
parent | 1204d2ff819300c17770d4cc84d2b63372963f65 (diff) |
HTML: always export CSS option for font size
This removes some kind of a hack. Before this commit the CSS
option was only exported if the size didn't fit any HTML size
option. Maybe size could be dropped in the future.
Old:
<font size=7 style="font-size: 66pt">Text 1</font>
<font size=5>Text 2</font>
New:
<font size=7 style="font-size: 66pt">Text 1</font>
<font size=5 style="font-size: 18pt">Text 2</font>
Change-Id: I360038b01e0ccc5b408ff726646f91da5555db50
Diffstat (limited to 'ios')
0 files changed, 0 insertions, 0 deletions