From ac776a52c1158f792906fd8fa9ed311b08b2ed9d Mon Sep 17 00:00:00 2001
From: Chris Fulljames
Date: Sun, 24 May 2026 16:17:49 -0400
Subject: [PATCH] Cosmetic tweaks
---
index.php | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/index.php b/index.php
index d63c944..359c720 100644
--- a/index.php
+++ b/index.php
@@ -176,7 +176,6 @@ if (isset($qid)) {
color: #434;
}
input, textarea {
- margin: 5px;
font-family: sans-serif;
font-size: 1em;
}
@@ -188,6 +187,7 @@ if (isset($qid)) {
border-radius: 5px;
padding: 5px;
font-weight: bold;
+ margin: 10px 0px;
}
input[disabled] {
background: none;
@@ -200,7 +200,11 @@ if (isset($qid)) {
}
li {
margin: 10px 0px;
- line-height: 1em;
+ line-height: 1.1em;
+ }
+ hr {
+ border: none;
+ border-top: 1px solid #cca;
}
@@ -238,6 +242,8 @@ if (isset($qid) && $view == "vote" && !$ended): ?>
Give your favorite option 5 points, second favorite 4 points, etc.
Or give them all 5 points if you really can't decide.
+
+
+
+
">Show Results
New Poll
--
2.39.5