From 8891eea532102b58a23a71a491be2c3f151720b5 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 14 Oct 2020 18:19:00 +0200 Subject: Initial commit --- static/style.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..0f92c0b --- /dev/null +++ b/static/style.css @@ -0,0 +1,36 @@ +a { + color: black; +} + +li { + list-style-type: none; +} + +body { + margin: 0 auto; + margin-top: 10px; + max-width: 80ex; +} + +table { + border-collapse: collapse; + width: 100%; +} + +tr { + border-bottom: 1px solid black; + border-top: 1px solid black; +} + +td { + padding-top: 10px; + padding-bottom: 10px; +} + +form { + margin-bottom: 10px; +} + +input { + width: 100%; +} -- cgit v1.2.3