diff options
| author | Christian Cleberg <[email protected]> | 2024-06-04 23:52:16 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-06-04 23:52:16 -0500 |
| commit | 01d4ca94179fedbf3079454f538a20f06a06c9ef (patch) | |
| tree | 48926f16e30608fb018f05fa5d2282f52e4f9bc1 /static/styles.css | |
| parent | 2b1d48c00ec366cc07ec76842677516d8cb779a0 (diff) | |
| download | cleberg.net-01d4ca94179fedbf3079454f538a20f06a06c9ef.tar.gz cleberg.net-01d4ca94179fedbf3079454f538a20f06a06c9ef.tar.bz2 cleberg.net-01d4ca94179fedbf3079454f538a20f06a06c9ef.zip | |
remove temp post-metadata border-top
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 5fab981..2489991 100644 --- a/static/styles.css +++ b/static/styles.css @@ -526,7 +526,7 @@ blockquote p { .post-metadata { border: 1px dotted var(--fg); - /* border-top: none; */ + border-top: none; padding: 1rem; } |
