diff options
| author | Bobby <[email protected]> | 2023-05-31 13:24:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 13:24:41 -0400 |
| commit | 6c683c5b067b019e93619557a358e7f67c2e4d7b (patch) | |
| tree | 146ef2ba1f64a99e2d7144b66682354805402ff5 /static/css/styles.css | |
| parent | 7b63274c4fa0fb8879aac5caff078aadfb4136a8 (diff) | |
| download | thatcomputerscientist-6c683c5b067b019e93619557a358e7f67c2e4d7b.tar.xz thatcomputerscientist-6c683c5b067b019e93619557a358e7f67c2e4d7b.zip | |
Basic Commenting Styles Update
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 0703bce2..40f9e90a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -435,7 +435,8 @@ blockquote { margin-bottom: 10px; } -#categories-area > ul, #archives-area > ul { +#categories-area>ul, +#archives-area>ul { position: relative; z-index: 1; } @@ -444,4 +445,4 @@ blockquote { .post-body { line-height: 15px; } -} +}
\ No newline at end of file |
