From b7bd534bab24d96077121a0f1af8c8841af4a4e2 Mon Sep 17 00:00:00 2001
From: Florian Zeitz <florob@babelmonkeys.de>
Date: Mon, 23 Aug 2010 00:35:43 +0200
Subject: [PATCH] Add initial tiny stylesheet

---
 style.css | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 style.css

diff --git a/style.css b/style.css
new file mode 100644
index 0000000..6842271
--- /dev/null
+++ b/style.css
@@ -0,0 +1,7 @@
+label {
+  margin-right: 0.5em
+}
+
+input {
+  margin: 0.25em
+}
-- 
2.39.5