diff options
author | ubq323 <ubq323> | 2021-07-18 13:59:06 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-07-18 13:59:06 +0000 |
commit | 589dae7625f7f98ee3d546887792db3dfc90b464 (patch) | |
tree | 646fe6b386988a7053af005e96c90ed5c74d704a | |
parent | a2c82ca4f96420234460ea5fdea5df37078117d7 (diff) |
fix spacing on vote meter
-rw-r--r-- | apioforum/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 6178dd9..5263568 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -137,6 +137,11 @@ nav .links { display: flex; } .thread-preview-post { font-style: italic; } .thread-preview-ts { font-weight: bold; } +.thread-vote-summary { + margin-top: 4px; + margin-bottom: -8px; +} + /* wide screens */ @media all and (min-width: 600px) { .thread-listing-title { font-size: larger; } |