diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ xs_str *replace_shortnames(xs_str *s, xs_list *tag, int ems) | |||
| 55 | tag_list = xs_dup(tag); | 55 | tag_list = xs_dup(tag); |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | xs *style = xs_fmt("height: %dem; vertical-align: middle;", ems); | 58 | xs *style = xs_fmt("height: %dem; width: %dem; vertical-align: middle;", ems, ems); |
| 59 | 59 | ||
| 60 | xs_list *p = tag_list; | 60 | xs_list *p = tag_list; |
| 61 | char *v; | 61 | char *v; |