diff options
| author | 2024-09-04 10:16:55 +0200 | |
|---|---|---|
| committer | 2024-09-04 10:16:55 +0200 | |
| commit | 09e13eb6bee55d8d46ed5a39f0f8215a7e0f65e8 (patch) | |
| tree | c986ffcbe938de56108b329b6a8fcbe9878b81d2 /utils.c | |
| parent | Minor default CSS tweak. (diff) | |
| download | snac2-09e13eb6bee55d8d46ed5a39f0f8215a7e0f65e8.tar.gz snac2-09e13eb6bee55d8d46ed5a39f0f8215a7e0f65e8.tar.xz snac2-09e13eb6bee55d8d46ed5a39f0f8215a7e0f65e8.zip | |
More minor default CSS tweaks.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ static const char *default_css = | |||
| 55 | ".snac-author-tag { font-size: 80% }\n" | 55 | ".snac-author-tag { font-size: 80% }\n" |
| 56 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" | 56 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" |
| 57 | ".snac-top-controls { padding-bottom: 1.5em }\n" | 57 | ".snac-top-controls { padding-bottom: 1.5em }\n" |
| 58 | ".snac-post { border-top: 1px solid #a0a0a0; }\n" | 58 | ".snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; }\n" |
| 59 | ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" | 59 | ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" |
| 60 | ".snac-textarea { font-family: inherit; width: 100% }\n" | 60 | ".snac-textarea { font-family: inherit; width: 100% }\n" |
| 61 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" | 61 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" |