diff options
author | default <nobody@localhost> | 2024-05-09 08:05:21 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-09 08:05:21 +0200 |
commit | 06599de966374f77fbcf71e85ce4a70080b8cf83 (patch) | |
tree | 9cbd16c17ee14ace52fe83db324f5c77a4c14e72 /html.c | |
parent | 979f2ad1400111bcd36da980ba8f78f25bb5390e (diff) | |
parent | bbb99b3453570c458543e3bb66a576cdcb95ae18 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
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) tag_list = xs_dup(tag); } - xs *style = xs_fmt("height: %dem; vertical-align: middle;", ems); + xs *style = xs_fmt("height: %dem; width: %dem; vertical-align: middle;", ems, ems); xs_list *p = tag_list; char *v; |