diff options
| author | 2023-06-01 09:20:20 +0200 | |
|---|---|---|
| committer | 2023-06-01 09:20:20 +0200 | |
| commit | a5104752d4bfa10864ef08327b074efec0adefbb (patch) | |
| tree | d324b1cfe40336e353a31a389de1605815a0e08b | |
| parent | Show the user@host identified next to the user avatar (contributed by Haijo7). (diff) | |
| download | snac2-a5104752d4bfa10864ef08327b074efec0adefbb.tar.gz snac2-a5104752d4bfa10864ef08327b074efec0adefbb.tar.xz snac2-a5104752d4bfa10864ef08327b074efec0adefbb.zip | |
Updated default css.
| -rw-r--r-- | doc/style.css | 3 | ||||
| -rw-r--r-- | utils.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 3e8ae0a..30ff234 100644 --- a/doc/style.css +++ b/doc/style.css | |||
| @@ -6,7 +6,8 @@ img { max-width: 100% } | |||
| 6 | .snac-top-user-name { font-size: 200% } | 6 | .snac-top-user-name { font-size: 200% } |
| 7 | .snac-top-user-id { font-size: 150% } | 7 | .snac-top-user-id { font-size: 150% } |
| 8 | .snac-avatar { float: left; height: 2.5em; padding: 0.25em } | 8 | .snac-avatar { float: left; height: 2.5em; padding: 0.25em } |
| 9 | .snac-author { font-size: 90% } | 9 | .snac-author { font-size: 90%; text-decoration: none } |
| 10 | .snac-author-tag { font-size: 90% } | ||
| 10 | .snac-pubdate { color: #a0a0a0; font-size: 90% } | 11 | .snac-pubdate { color: #a0a0a0; font-size: 90% } |
| 11 | .snac-top-controls { padding-bottom: 1.5em } | 12 | .snac-top-controls { padding-bottom: 1.5em } |
| 12 | .snac-post { border-top: 1px solid #a0a0a0; } | 13 | .snac-post { border-top: 1px solid #a0a0a0; } |
| @@ -38,7 +38,8 @@ const char *default_css = | |||
| 38 | ".snac-top-user-name { font-size: 200% }\n" | 38 | ".snac-top-user-name { font-size: 200% }\n" |
| 39 | ".snac-top-user-id { font-size: 150% }\n" | 39 | ".snac-top-user-id { font-size: 150% }\n" |
| 40 | ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" | 40 | ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" |
| 41 | ".snac-author { font-size: 90% }\n" | 41 | ".snac-author { font-size: 90%; text-decoration: none }\n" |
| 42 | ".snac-author-tag { font-size: 90% }\n" | ||
| 42 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" | 43 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" |
| 43 | ".snac-top-controls { padding-bottom: 1.5em }\n" | 44 | ".snac-top-controls { padding-bottom: 1.5em }\n" |
| 44 | ".snac-post { border-top: 1px solid #a0a0a0; }\n" | 45 | ".snac-post { border-top: 1px solid #a0a0a0; }\n" |