diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:55:54 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:55:54 -0500 |
commit | 7abdf142d447140c4f5b96c899c993f42d5490a8 (patch) | |
tree | f7b76e2fb8309fd1c41fe94be32da699b72edd65 /css | |
parent | 4ec0f6f33518c9af7f0f3eb7c1a8cc62ba34ae64 (diff) |
Show tag list on posts with links to their feeds.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 40e63e7..9588df0 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -158,10 +158,25 @@ footer { .date { margin-top: -1rem; - margin-bottom: 2rem; color: #666; } +.tags { + margin-top: -1rem; + color: #666; + font-size: 80%; +} + +.tags ul { + display: inline-block; + padding-left: 0.5rem; +} + +.tags li { + display: inline-block; + padding: 0.5rem; +} + .post img, .centered-image { display: block; max-width: 100%; |