diff options
| author | 2025-06-28 22:46:38 +0200 | |
|---|---|---|
| committer | 2025-06-28 22:46:38 +0200 | |
| commit | 23157768d1b94b0a4147b16e5a4272bbf2de1ad5 (patch) | |
| tree | 141cc25d29766e554b049f54d972c7abd7824b8f /utils.c | |
| parent | Added an actor refresh in html_entry(). (diff) | |
| download | penes-snac2-23157768d1b94b0a4147b16e5a4272bbf2de1ad5.tar.gz penes-snac2-23157768d1b94b0a4147b16e5a4272bbf2de1ad5.tar.xz penes-snac2-23157768d1b94b0a4147b16e5a4272bbf2de1ad5.zip | |
Minor CSS tweak.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -45,6 +45,7 @@ static const char *default_srv_config = "{" | |||
| 45 | static const char *default_css = | 45 | static const char *default_css = |
| 46 | "body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; }\n" | 46 | "body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; }\n" |
| 47 | "pre { overflow-x: scroll; }\n" | 47 | "pre { overflow-x: scroll; }\n" |
| 48 | "blockquote { font-style: italic; }\n" | ||
| 48 | ".snac-embedded-video, img { max-width: 100% }\n" | 49 | ".snac-embedded-video, img { max-width: 100% }\n" |
| 49 | ".snac-origin { font-size: 85% }\n" | 50 | ".snac-origin { font-size: 85% }\n" |
| 50 | ".snac-score { float: right; font-size: 85% }\n" | 51 | ".snac-score { float: right; font-size: 85% }\n" |