summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css5
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; }