diff options
| author | Christian Cleberg <[email protected]> | 2024-03-13 20:01:05 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-03-13 20:01:05 -0500 |
| commit | 84b2059e2111dc119b8a5577cdcf66fcfe28e305 (patch) | |
| tree | c9d352210a13a87bbbb47fcf89dbe4445bfbf8c4 /static/styles.css | |
| parent | 725d324dc710ba76490a3e36f1ab8da99ee428cb (diff) | |
| download | cleberg.net-84b2059e2111dc119b8a5577cdcf66fcfe28e305.tar.gz cleberg.net-84b2059e2111dc119b8a5577cdcf66fcfe28e305.tar.bz2 cleberg.net-84b2059e2111dc119b8a5577cdcf66fcfe28e305.zip | |
renovate wiki section
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index d495220..123db20 100644 --- a/static/styles.css +++ b/static/styles.css @@ -497,7 +497,8 @@ blockquote p { margin: 0; } -.post { +.post, +.wiki-post { display: flex; } @@ -506,6 +507,19 @@ blockquote p { margin-right: 0.5rem; } +.wiki-post { +justify-content: space-between; +} + +.wiki-post:first-of-type { +border-bottom: 1px dotted var(--fg); +margin-bottom: 1rem; +} + +.wiki-post p { +margin: 0; +} + .post-metadata { border: 1px dotted var(--fg); border-top: none; |
