diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 16:36:50 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 16:36:50 -0400 |
| commit | 44acad0b37098ef22c87389cbe9a075c0772ef9a (patch) | |
| tree | c6ec682a195197a91a4df8ac75f3013f94d8c854 /css | |
| parent | 849efab76c602a2410fc3f4c946314ebb35c9d12 (diff) | |
Add support for showing tags on posts
Diffstat (limited to 'css')
| -rw-r--r-- | css/jakob.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/css/jakob.css b/css/jakob.css index ceb6337..8300904 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -186,6 +186,22 @@ nav a:visited { color: #666; } +.tags { + margin-top: -2rem; + color: #666; +} + +.tags ul { + display: inline; + list-style: none; + padding-left: 0; +} + +.tags li { + display: inline; + padding-right: 0.5rem; +} + .post img, .centered-image { display: block; max-width: 100%; |